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

🔒 Fixes prototype exposure #22

Merged
merged 3 commits into from
Jul 29, 2024
Merged

🔒 Fixes prototype exposure #22

merged 3 commits into from
Jul 29, 2024

Conversation

ekwoka
Copy link
Owner

@ekwoka ekwoka commented Jul 29, 2024

It could have been possible for some query params to pollute prototypes. while this should not ever really result in anything other than just breaking something, it is worth removing.

This change prevents query keys from checking key chains that use __proto__ prototype or constructor.

@ekwoka ekwoka merged commit 5163b1b into main Jul 29, 2024
19 checks passed
@ekwoka ekwoka deleted the fix-prototype-exposure branch July 29, 2024 08:17
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