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 5ffeef1 commit 60bef9fCopy full SHA for 60bef9f
README.md
@@ -47,6 +47,7 @@ Viarus
47
Run -> Edit Configurations -> 添加TomcatServer(Local) -> Server中配置Tomcat路径 -> Deployment中添加Artifact选择java-sec-code:war exploded
48
```
49
50
+
51
52
配置完成后,右上角直接点击run,即可运行。
53
src/main/java/org/joychou/controller/XXE.java
@@ -41,7 +41,6 @@ public static String xxe_xmlReader(HttpServletRequest request) {
41
42
//fix code end
43
44
-
45
xmlReader.parse( new InputSource(new StringReader(xml_con)) ); // parse xml
46
return "ok";
} catch (Exception e) {
0 commit comments