start of missing function ac lesson

This commit is contained in:
Jason White
2017-07-24 16:26:23 -04:00
parent ca4b0c06b5
commit c44186f986
23 changed files with 444 additions and 1 deletions

View File

@ -154,6 +154,11 @@
<artifactId>auth-bypass</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>missing-function-ac</artifactId>
<version>${project.version}</version>
</dependency>
<!--uncommment below to run/include lesson template in WebGoat Build-->
<!--<dependency>-->