From 74a77a7c3c1312a8cd622abd97d278259c6e08d4 Mon Sep 17 00:00:00 2001 From: Simon Friis Vindum Date: Thu, 11 Dec 2025 15:04:25 +0100 Subject: [PATCH] Rust: Fix typo in change note Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com> --- rust/ql/lib/change-notes/2025-12-11-read-as-taint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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