File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
experimental/Security/CWE/CWE-643
semmle/code/java/security Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
import java
14
- import semmle.code.java.dataflow.TaintTracking
15
14
import DataFlow:: PathGraph
15
+ import semmle.code.java.dataflow.FlowSources
16
+ import semmle.code.java.dataflow.TaintTracking
16
17
import semmle.code.java.security.XPath
17
18
18
19
class XPathInjectionConfiguration extends TaintTracking:: Configuration {
Original file line number Diff line number Diff line change 1
1
/** Provides classes to reason about XPath vulnerabilities. */
2
2
3
3
import java
4
- import semmle.code.java.dataflow.FlowSources
5
- import semmle.code.java.dataflow.TaintTracking
4
+ import semmle.code.java.dataflow.DataFlow
6
5
import semmle.code.java.dataflow.ExternalFlow
7
6
8
7
/**
9
- * A sink that represents a method that interprets XPath expressions.
10
- * Extend this class to add your own XPath Injection sinks.
8
+ * A sink that represents a method that interprets XPath expressions.
9
+ * Extend this class to add your own XPath Injection sinks.
11
10
*/
12
11
abstract class XPathInjectionSink extends DataFlow:: Node { }
13
12
You can’t perform that action at this time.
0 commit comments