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 5fd6dc3 commit f0fb065Copy full SHA for f0fb065
java/ql/lib/semmle/code/java/security/SqlInjectionQuery.qll
@@ -37,7 +37,7 @@ deprecated class QueryInjectionFlowConfig extends TaintTracking::Configuration {
37
* A taint-tracking configuration for unvalidated user input that is used in SQL queries.
38
*/
39
module QueryInjectionFlowConfig implements DataFlow::ConfigSig {
40
- predicate isSource(DataFlow::Node src) { src instanceof RemoteFlowSource }
+ predicate isSource(DataFlow::Node src) { src instanceof ThreatModelFlowSource }
41
42
predicate isSink(DataFlow::Node sink) { sink instanceof QueryInjectionSink }
43
0 commit comments