Files
codeql/rust/ql/lib/change-notes/2025-12-11-read-as-taint.md
Simon Friis Vindum 74a77a7c3c Rust: Fix typo in change note
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
2025-12-11 15:04:25 +01:00

210 B

category
category
minorAnalysis
  • Reading content of a value now carries taint if the value itself is tainted. For instance, if s is tainted then s.field is also tainted. This generally improves taint flow.