Merge pull request #10670 from tyage/property-stringify

JS: Improve detection of XSS when JSON.stringify()
This commit is contained in:
Asger F
2022-10-10 18:16:09 +02:00
committed by GitHub
5 changed files with 135 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Improved taint tracking through `JSON.stringify` in cases where a tainted value is stored somewhere in the input object.