Skip to content

Commit b1a165e

Browse files
committed
JS: Edit change note
1 parent ecf7ed3 commit b1a165e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: minorAnalysis
33
---
4-
* Improved taint tracking behavior when the `JSON.stringify` method called. Previously, `JsonStringifyTaintStep` detects only if the source is equal to an argument. Now, it can detect the case that the argument is object and source is located in its property.
4+
* Improved taint tracking through `JSON.stringify` in cases where a tainted value is stored somewhere in the input object.

0 commit comments

Comments
 (0)