Updated version in pom.xml
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.owasp.webgoat.lesson</groupId>
|
||||
<artifactId>webgoat-lessons-parent</artifactId>
|
||||
<version>v8.0.0.SNAPSHOT</version>
|
||||
<version>v8.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -1,5 +1,6 @@
|
||||
|
||||
== Prevent
|
||||
|
||||
To prevent SSRF vulnerabilities in web applications, it is recommended to adhere to the following guidelines:
|
||||
|
||||
* Use a whitelist of allowed domains, resources and protocols from where the web server can fetch resources.
|
||||
|
Reference in New Issue
Block a user