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 d258f69 commit 5fd6dc3Copy full SHA for 5fd6dc3
java/ql/lib/semmle/code/java/security/XssQuery.qll
@@ -9,7 +9,7 @@ import semmle.code.java.security.XSS
9
* A taint-tracking configuration for cross site scripting vulnerabilities.
10
*/
11
module XssConfig implements DataFlow::ConfigSig {
12
- predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
+ predicate isSource(DataFlow::Node source) { source instanceof ThreatModelFlowSource }
13
14
predicate isSink(DataFlow::Node sink) { sink instanceof XssSink }
15
0 commit comments