We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75316f9 commit 045ce09Copy full SHA for 045ce09
rust/ql/src/queries/security/CWE-022/TaintedPath.ql
@@ -79,6 +79,8 @@ module TaintedPathConfig implements DataFlow::StateConfigSig {
79
stateFrom instanceof NotNormalized and
80
stateTo instanceof NormalizedUnchecked
81
}
82
+
83
+ predicate observeDiffInformedIncrementalMode() { any() }
84
85
86
module TaintedPathFlow = TaintTracking::GlobalWithState<TaintedPathConfig>;
0 commit comments