Xstream RCE works now

This commit is contained in:
mayhew64
2017-02-07 23:51:05 -05:00
parent 65d728dfff
commit 33e807797c
10 changed files with 161 additions and 40 deletions

View File

@ -259,6 +259,12 @@
<artifactId>docker-maven-plugin</artifactId>
<version>0.4.10</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.6</version>
</dependency>
<!-- ************* END spring MVC and related dependencies ************** -->
<!-- ************* START: Dependencies for Unit and Integration Testing ************** -->