Blocks a medium level prototype pollution vulnerability.
Changes
- #81 [Main] Task 26377610: [DynamicProto] Investigate possible security issue with prototype pollution
- This removes the identified methods for polluting the prototype chain by
- adding additional checks to the _isDynamicCandidate() and _populateProtype() functions.
- Using Object.create(null) for internal objects to avoid prototype pollution.
- This removes the identified methods for polluting the prototype chain by
What's Changed
- [Main] Task 26377610: [DynamicProto] Investigate possible security issue with prototype pollution by @MSNev in #81
- [Main] [Release] Increase version to 2.0.3 by @MSNev in #83
Full Changelog: 2.0.2...2.0.3