We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af42ec commit 957a5fdCopy full SHA for 957a5fd
1 file changed
rust/ql/lib/codeql/rust/frameworks/stdlib/core.model.yml
@@ -74,3 +74,9 @@ extensions:
74
- ["core::ptr::write_bytes", "Argument[0]", "pointer-access", "manual"]
75
- ["core::ptr::write_unaligned", "Argument[0]", "pointer-access", "manual"]
76
- ["core::ptr::write_volatile", "Argument[0]", "pointer-access", "manual"]
77
+ - addsTo:
78
+ pack: codeql/rust-all
79
+ extensible: excludeFieldTaintStep
80
+ data:
81
+ - ["core::ops::range::RangeInclusive::start"]
82
+ - ["core::ops::range::RangeInclusive::end"]
0 commit comments