Skip to content

Commit 1e79213

Browse files
committed
Rust: Add Result::Err to excludeFieldTaintStep
1 parent 503a1b5 commit 1e79213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust/ql/lib/codeql/rust/frameworks/stdlib/core.model.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,5 @@ extensions:
152152
extensible: excludeFieldTaintStep
153153
data:
154154
- ["core::ops::range::RangeInclusive::start"]
155-
- ["core::ops::range::RangeInclusive::end"]
155+
- ["core::ops::range::RangeInclusive::end"]
156+
- ["core::result::Result::Err(0)"]

0 commit comments

Comments
 (0)