ekwoka / alpine-plugins

Mono repo for various Alpine plugin packages
8 stars 2 forks source link

🔒 Fixes prototype exposure #22

Closed ekwoka closed 3 months ago

ekwoka commented 3 months ago

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.