File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
semmle/code/java/dataflow Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1111 */
1212
1313import java
14- import DataFlow:: PathGraph
1514import semmle.code.java.dataflow.FlowSources
1615import semmle.code.java.dataflow.TaintTracking
1716import semmle.code.java.security.XPath
17+ import DataFlow:: PathGraph
1818
1919class XPathInjectionConfiguration extends TaintTracking:: Configuration {
2020 XPathInjectionConfiguration ( ) { this = "XPathInjection" }
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ private module Frameworks {
8080 private import semmle.code.java.security.ResponseSplitting
8181 private import semmle.code.java.security.XSS
8282 private import semmle.code.java.security.LdapInjection
83+ private import semmle.code.java.security.XPath
8384}
8485
8586private predicate sourceModelCsv ( string row ) {
You can’t perform that action at this time.
0 commit comments