Files
lodash/dist/lodash.min.js
Ulises Gascón edadd45214 Prevent prototype pollution on baseUnset function
* test: add tests to prevent security regressions

* sec: prevent prototype pollution on `baseUnset` function

* chore: improve security patch

- Expand both `_.omit` & `_.unset` security tests to loop over `__proto__`, `constructor`, `prototype`
- Only block `__proto__` if not an own property
2025-12-05 13:29:20 -05:00

72 KiB