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 11
11
*/
12
12
13
13
import java
14
- import DataFlow:: PathGraph
15
14
import semmle.code.java.dataflow.FlowSources
16
15
import semmle.code.java.dataflow.TaintTracking
17
16
import semmle.code.java.security.XPath
17
+ import DataFlow:: PathGraph
18
18
19
19
class XPathInjectionConfiguration extends TaintTracking:: Configuration {
20
20
XPathInjectionConfiguration ( ) { this = "XPathInjection" }
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ private module Frameworks {
80
80
private import semmle.code.java.security.ResponseSplitting
81
81
private import semmle.code.java.security.XSS
82
82
private import semmle.code.java.security.LdapInjection
83
+ private import semmle.code.java.security.XPath
83
84
}
84
85
85
86
private predicate sourceModelCsv ( string row ) {
You can’t perform that action at this time.
0 commit comments