mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Ruby: add change note for localTaintStep fix
This commit is contained in:
4
ruby/ql/lib/change-notes/2022-10-21-local-taint-step.md
Normal file
4
ruby/ql/lib/change-notes/2022-10-21-local-taint-step.md
Normal 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.
|
||||
Reference in New Issue
Block a user