Prototype pollution

Prototype pollution

TL;DR: Setting Object.prototype.X via user-controlled keys; downstream code inherits the polluted property.

Stub — to be filled in.

What it is

TODO

Preconditions / where it applies

TODO

Technique

TODO

Detection and defence

TODO

References