mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: Exclude range start and end from field taint steps
This commit is contained in:
@@ -141,3 +141,9 @@ extensions:
|
||||
- ["core::ptr::write_bytes", "Argument[0]", "pointer-access", "manual"]
|
||||
- ["core::ptr::write_unaligned", "Argument[0]", "pointer-access", "manual"]
|
||||
- ["core::ptr::write_volatile", "Argument[0]", "pointer-access", "manual"]
|
||||
- addsTo:
|
||||
pack: codeql/rust-all
|
||||
extensible: excludeFieldTaintStep
|
||||
data:
|
||||
- ["core::ops::range::RangeInclusive::start"]
|
||||
- ["core::ops::range::RangeInclusive::end"]
|
||||
Reference in New Issue
Block a user