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 0db14eb commit f575f03Copy full SHA for f575f03
rust/ql/src/queries/security/CWE-020/RegexInjection.ql
@@ -34,6 +34,8 @@ module RegexInjectionConfig implements DataFlow::ConfigSig {
34
predicate isAdditionalFlowStep(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
35
any(AdditionalFlowStep s).step(nodeFrom, nodeTo)
36
}
37
+
38
+ predicate observeDiffInformedIncrementalMode() { any() }
39
40
41
/**
0 commit comments