Skip to content

Commit 00a7576

Browse files
committed
Rename XPath Injection test file
1 parent 8af7f4a commit 00a7576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/test/query-tests/security/CWE-643/A.java renamed to java/ql/test/query-tests/security/CWE-643/XPathInjectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.w3c.dom.Document;
2525
import org.xml.sax.InputSource;
2626

27-
public class A {
27+
public class XPathInjectionTest {
2828
private static abstract class XPathImplStub implements XPath {
2929
public static XPathImplStub getInstance() {
3030
return null;

0 commit comments

Comments
 (0)