Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent prototype pollution for static imports and singleton objects #72

Closed
vitoke opened this issue May 14, 2022 · 0 comments · Fixed by #73
Closed

Prevent prototype pollution for static imports and singleton objects #72

vitoke opened this issue May 14, 2022 · 0 comments · Fixed by #73
Assignees

Comments

@vitoke
Copy link
Contributor

vitoke commented May 14, 2022

Rimbu uses static objects as factories, and has local singletons for empty collections. For security reasons (e.g. prototype pollution) it's advisable to freeze these objects so that their properties or prototypes cannot be modified. This also prevents the user from accidentally overwriting these properties, which can cause strange behavior.

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 a pull request may close this issue.

1 participant