Skip to content

Commit eac1a4c

Browse files
committed
Java: Diff-informed SqlTainted.ql
1 parent 2561cec commit eac1a4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/ql/lib/semmle/code/java/security/SqlInjectionQuery.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ module QueryInjectionFlowConfig implements DataFlow::ConfigSig {
2424
predicate isAdditionalFlowStep(DataFlow::Node node1, DataFlow::Node node2) {
2525
any(AdditionalQueryInjectionTaintStep s).step(node1, node2)
2626
}
27+
28+
predicate observeDiffInformedIncrementalMode() { any() }
2729
}
2830

2931
/** Tracks flow of unvalidated user input that is used in SQL queries. */

0 commit comments

Comments
 (0)