ericcornelissen / ericcornelissen/prototype-pollution-mitigation-tests
Include `Object.freeze(Object.prototype)` in results
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
While a [file exists](https://github.com/ericcornelissen/prototype-pollution-mitigation-tests/blob/5c8d4e90c2a868b690a52696050b8a9608e4775c/test/object-freeze.js) to run the [test suite](https://github.com/ericcornelissen/prototype-pollution-mitigation-tests/blob/5c8d4e90c2a868b690a52696050b8a9608e4775c/test/suite.js) for the `Object.freeze(Object.prototype)` mitigation, it is not currently run and included in the test results:
https://github.com/ericcornelissen/prototype-pollution-mitigation-tests/blob/5c8d4e90c2a868b690a52696050b8a9608e4775c/run.sh#L16-L19
To resolve this issue the test should either be run (successfully) or removed with a properly documented motivation for not including it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.