Rust: Fix typo in change note

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Simon Friis Vindum
2025-12-11 15:04:25 +01:00
committed by GitHub
parent 8c39472d73
commit 74a77a7c3c

View File

@@ -1,4 +1,4 @@
--- ---
category: minorAnalysis 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. * 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.