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 ccf8c11 commit 116ca5bCopy full SHA for 116ca5b
rust/ql/src/queries/security/CWE-089/SqlInjection.ql
@@ -26,6 +26,8 @@ module SqlInjectionConfig implements DataFlow::ConfigSig {
26
predicate isSink(DataFlow::Node node) { node instanceof Sink }
27
28
predicate isBarrier(DataFlow::Node barrier) { barrier instanceof Barrier }
29
+
30
+ predicate observeDiffInformedIncrementalMode() { any() }
31
}
32
33
module SqlInjectionFlow = TaintTracking::Global<SqlInjectionConfig>;
0 commit comments