mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Rust: Add change note for reads as taint steps
This commit is contained in:
4
rust/ql/lib/change-notes/2025-12-11-read-as-taint.md
Normal file
4
rust/ql/lib/change-notes/2025-12-11-read-as-taint.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
category: minorAnalysis
|
||||||
|
---
|
||||||
|
* Reading content of a value now carry taint if the value itself is tainted. For instance, if `s` is tainted then `s.field` is also tainted. This generally improves taint flow.
|
||||||
Reference in New Issue
Block a user