dot-wild icon indicating copy to clipboard operation
dot-wild copied to clipboard

Prevent Prototype Pollution

Open progfay opened this issue 3 years ago • 0 comments

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 .

progfay avatar Jan 11 '21 07:01 progfay