JS: Add change note for prototype pollution

This commit is contained in:
Asger F
2019-05-31 10:58:56 +01:00
parent 653c8b8496
commit 5170fa2ded

View File

@@ -27,6 +27,7 @@
| **Query** | **Tags** | **Purpose** |
|-----------------------------------------------|------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Prototype pollution | security, external/cwe-250, external/cwe-400 | Highlights code that allows an attacker to modify a built-in prototype object through an unsanitized recursive merge function. |
## Changes to existing queries