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 2bb2baf commit d72dd9bCopy full SHA for d72dd9b
java/ql/src/semmle/code/java/security/XPath.qll
@@ -4,8 +4,8 @@ import java
4
import semmle.code.java.dataflow.FlowSources
5
import semmle.code.java.dataflow.TaintTracking
6
7
-/** The class `javax.xml.xpath.XPath` */
8
-private class XPath extends RefType {
+/** The interface `javax.xml.xpath.XPath` */
+private class XPath extends Interface {
9
XPath() { this.hasQualifiedName("javax.xml.xpath", "XPath") }
10
}
11
0 commit comments