Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix prototype pollution vulnerability (#1828)
(cherry picked from commit e1ecdbf) Conflicts: lib/internal/iterator.js test/mapValues.js NOTE(mriedem): The conflicts are due to: - e475117 for iterator.js; resolution was trivial - bd86f42 for mapValues.js; resolution was just copying the test change into the old test file before it was moved This is a 2.x series backport for https://nvd.nist.gov/vuln/detail/CVE-2021-43138. Co-authored-by: Alexander Early <alexander.early@gmail.com>
- Loading branch information