Skip to content

Commit 045ce09

Browse files
committed
[DIFF-INFORMED] Rust: TaintedPath
1 parent 75316f9 commit 045ce09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/ql/src/queries/security/CWE-022/TaintedPath.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ module TaintedPathConfig implements DataFlow::StateConfigSig {
7979
stateFrom instanceof NotNormalized and
8080
stateTo instanceof NormalizedUnchecked
8181
}
82+
83+
predicate observeDiffInformedIncrementalMode() { any() }
8284
}
8385

8486
module TaintedPathFlow = TaintTracking::GlobalWithState<TaintedPathConfig>;

0 commit comments

Comments
 (0)