Vulnerable components draft, fixed missing properties in httpbasics when user input was empty

This commit is contained in:
mayhew64
2017-02-07 16:05:30 -05:00
parent 85ef7ee1a4
commit b4159385c1
29 changed files with 15354 additions and 168 deletions

View File

@ -8,5 +8,12 @@
<artifactId>webgoat-lessons-parent</artifactId>
<version>8.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>XStream</artifactId>
<version>1.4.7</version>
</dependency>
</dependencies>
</project>