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 8af7f4a commit 00a7576Copy full SHA for 00a7576
java/ql/test/query-tests/security/CWE-643/A.java renamed to java/ql/test/query-tests/security/CWE-643/XPathInjectionTest.java
@@ -24,7 +24,7 @@
24
import org.w3c.dom.Document;
25
import org.xml.sax.InputSource;
26
27
-public class A {
+public class XPathInjectionTest {
28
private static abstract class XPathImplStub implements XPath {
29
public static XPathImplStub getInstance() {
30
return null;
0 commit comments