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 2561cec commit eac1a4cCopy full SHA for eac1a4c
java/ql/lib/semmle/code/java/security/SqlInjectionQuery.qll
@@ -24,6 +24,8 @@ module QueryInjectionFlowConfig implements DataFlow::ConfigSig {
24
predicate isAdditionalFlowStep(DataFlow::Node node1, DataFlow::Node node2) {
25
any(AdditionalQueryInjectionTaintStep s).step(node1, node2)
26
}
27
+
28
+ predicate observeDiffInformedIncrementalMode() { any() }
29
30
31
/** Tracks flow of unvalidated user input that is used in SQL queries. */
0 commit comments