Skip to content

Commit

Permalink
Updated version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanne Baars committed Feb 9, 2019
1 parent c0dd773 commit a49dd6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webgoat-lessons/ssrf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions webgoat-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@
<artifactId>password-reset</artifactId>
<version>${project.version}</version>
</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-->
<!--<dependency>-->
Expand Down

0 comments on commit a49dd6c

Please sign in to comment.