Major release with Framework Revamp and 2 New vulnerability addition
This release comprise of addition of 2 new Vulnerabilities:
- File Upload Vulnerability
- XXE
Also we have revamped the entire backend framework with more generic and easy to use approach so that new vulnerabilities addition is quite easy.
Along with these, in this release we have reduced the Docker Size by 20-25 MB (using jib suggested by @hemantgs ).
We have also updated the documentation and a new website is added.
This is a major release with 141 commits, with 2,853 additions and 1,709 deletions.
Thanks to all the contributors:
For Docker based installation please use following URL:
https://hub.docker.com/r/sasanlabs/owasp-vulnerableapp
Pull the image by running following command:
docker pull sasanlabs/owasp-vulnerableapp
For running vulnerable app as docker container: docker run -p 9090:9090 --name=owasp-vulnerableapp sasanlabs/owasp-vulnerableapp:latest