bypass front-end restrictions (javascript validation)

This commit is contained in:
Michal Smolík
2017-06-02 16:34:20 +02:00
committed by Nanne Baars
parent 01421ca822
commit 870fa000aa
11 changed files with 416 additions and 0 deletions

View File

@ -91,6 +91,11 @@
<!--<artifactId>challenge</artifactId>-->
<!--<version>${project.version}</version>-->
<!--</dependency>-->
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>bypass-restrictions</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>client-side-filtering</artifactId>