dot-wild
dot-wild copied to clipboard
Prevent Prototype Pollution
This package has security issue of Prototype Pollution that is the vulnerability of JavaScript. (#18)
In this PR, prevent Prototype Pollution by prohibiting access to __proto__
, prototype
and constructor
.