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 f575f03 commit ccf8c11Copy full SHA for ccf8c11
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