Ruby: add change note for localTaintStep fix

This commit is contained in:
Nick Rolfe
2022-10-21 16:26:18 +01:00
parent 269c27757d
commit 9fb436e22b

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* There was a bug in `TaintTracking::localTaint` and `TaintTracking::localTaintStep` such that they only tracked non-value-preserving flow steps. They have been fixed and now also include value-preserving steps.