Prototype pollution is a JavaScript vulnerability that enables an attacker to add arbitrary properties to global object prototypes, which may then be inherited by user-defined objects. The example ...
Add a description, image, and links to the prototype-javascript topic page so that developers can more easily learn about it.