Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 2d336ff

Browse files
author
Keith Hoodlet
committed
Test still not comiling yet; need to troubleshoot
1 parent 2f9919c commit 2d336ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/java-tests/CWE-611/XXELocal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import org.xml.sax.InputSource;
66
import org.xml.sax.XMLReader;
77

8-
public class XMLParser {
8+
public class XXELocal {
99
public static void main(String[] args) throws Exception {
1010
// Get user input from file
1111
File file = new File("input.xml");

0 commit comments

Comments
 (0)