Files
lodash/_baseUnset.js
John-David Dalton 516085f332 Fix prototype pollution in _.unset and _.omit (#6063)
Prevent prototype pollution on baseUnset function by:
- Blocking "__proto__" if not an own property
- Blocking "constructor.prototype" chains (except when starting at primitive root)
- Skipping non-string keys

See: https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg
2025-12-10 07:52:48 -05:00

1.8 KiB