add change note

This commit is contained in:
tyage
2022-10-04 17:57:08 +09:00
parent 192c1f3d89
commit 6ec2abbd2d

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* 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.