diff --git a/rust/ql/lib/change-notes/2025-12-11-read-as-taint.md b/rust/ql/lib/change-notes/2025-12-11-read-as-taint.md index 6e17d6a4e63..3e1cabd75f7 100644 --- a/rust/ql/lib/change-notes/2025-12-11-read-as-taint.md +++ b/rust/ql/lib/change-notes/2025-12-11-read-as-taint.md @@ -1,4 +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. \ No newline at end of file +* 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. \ No newline at end of file