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

@ -32,11 +32,12 @@
<module>vulnerable-components</module>
<module>webgoat-introduction</module>
<module>webwolf-introduction</module>
<module>auth-bypass</module>
<module>auth-bypass</module>
<module>missing-function-ac</module>
<module>csrf</module>
<module>password-reset</module>
<module>ssrf</module>
<module>secure-passwords</module>
<!-- uncomment below to include lesson template in build, also uncomment the dependency in webgoat-server/pom.xml to have it run in the project fully -->
<!--<module>webgoat-lesson-template</module>-->
</modules>