Added lesson (no content yet) for explaining nist password standards.

This commit is contained in:
Benedikt - Desktop
2018-12-02 17:35:20 +01:00
committed by Nanne Baars
parent b02a01d35e
commit 91e6f70919
10 changed files with 110 additions and 2 deletions

View File

@ -210,6 +210,11 @@
<artifactId>ssrf</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>secure-passwords</artifactId>
<version>${project.version}</version>
</dependency>
<!--uncommment below to run/include lesson template in WebGoat Build-->
<!--<dependency>-->