html restrictions lesson

This commit is contained in:
Michal Smolík
2017-06-02 16:32:10 +02:00
committed by Nanne Baars
parent 007cdaa0d8
commit 01421ca822
9 changed files with 267 additions and 0 deletions

View File

@ -101,6 +101,11 @@
<artifactId>cross-site-scripting</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>html-tampering</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>http-basics</artifactId>