File tree Expand file tree Collapse file tree
experimental/Security/CWE/CWE-643
semmle/code/java/security Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 */
1212
1313import java
14- import semmle.code.java.dataflow.TaintTracking
1514import DataFlow:: PathGraph
15+ import semmle.code.java.dataflow.FlowSources
16+ import semmle.code.java.dataflow.TaintTracking
1617import semmle.code.java.security.XPath
1718
1819class XPathInjectionConfiguration extends TaintTracking:: Configuration {
Original file line number Diff line number Diff line change 11/** Provides classes to reason about XPath vulnerabilities. */
22
33import java
4- import semmle.code.java.dataflow.FlowSources
5- import semmle.code.java.dataflow.TaintTracking
4+ import semmle.code.java.dataflow.DataFlow
65import semmle.code.java.dataflow.ExternalFlow
76
87/**
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.
1110 */
1211abstract class XPathInjectionSink extends DataFlow:: Node { }
1312
You can’t perform that action at this time.
0 commit comments