Skip to content

Conversation

@ssudame2
Copy link

@ssudame2 ssudame2 commented Feb 1, 2026

Summary:

  • Block unsafe keys (proto, constructor, prototype) during path parsing and before writes.
  • Enforce safe keys across value(), apply(), _vivify(), and nodes() to prevent prototype pollution.

Testing:

  • npm test (includes new security suite in test/security.js)

**Summary**:

- Block unsafe keys (__proto__, constructor, prototype) during path parsing and before writes.
- Enforce safe keys across value(), apply(), _vivify(), and nodes() to prevent prototype pollution.

**Testing**:

- npm test (includes new security suite in test/security.js)
@ssudame2 ssudame2 mentioned this pull request Feb 1, 2026
@ssudame2
Copy link
Author

ssudame2 commented Feb 1, 2026

#194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant