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 707d395 commit 069d3a1Copy full SHA for 069d3a1
src/main/java/org/joychou/controller/SSRF.java
@@ -33,6 +33,7 @@ public class SSRF {
33
* Protocol: file ftp mailto http https jar netdoc
34
* UserAgent is Java/1.8.0_102.
35
*/
36
+ /*
37
@RequestMapping(value = "/urlConnection/vuln", method = {RequestMethod.POST, RequestMethod.GET})
38
public String URLConnectionVuln(String url) {
39
return HttpUtils.URLConnection(url);
@@ -57,7 +58,7 @@ public String URLConnectionSec(String url) {
57
58
}
59
60
-
61
+ */
62
63
/**
64
* The default setting of followRedirects is true.
0 commit comments