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 9f72a2f commit 2ba8234Copy full SHA for 2ba8234
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