Updated version in pom.xml
This commit is contained in:
parent
c0dd773b90
commit
a49dd6c348
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.owasp.webgoat.lesson</groupId>
|
<groupId>org.owasp.webgoat.lesson</groupId>
|
||||||
<artifactId>webgoat-lessons-parent</artifactId>
|
<artifactId>webgoat-lessons-parent</artifactId>
|
||||||
<version>v8.0.0.SNAPSHOT</version>
|
<version>v8.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
== Prevent
|
== Prevent
|
||||||
|
|
||||||
To prevent SSRF vulnerabilities in web applications, it is recommended to adhere to the following guidelines:
|
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.
|
* Use a whitelist of allowed domains, resources and protocols from where the web server can fetch resources.
|
||||||
|
@ -195,6 +195,11 @@
|
|||||||
<artifactId>password-reset</artifactId>
|
<artifactId>password-reset</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.owasp.webgoat.lesson</groupId>
|
||||||
|
<artifactId>ssrf</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!--uncommment below to run/include lesson template in WebGoat Build-->
|
<!--uncommment below to run/include lesson template in WebGoat Build-->
|
||||||
<!--<dependency>-->
|
<!--<dependency>-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user