Skip to content

Major release with Framework Revamp and 2 New vulnerability addition

Compare
Choose a tag to compare
@preetkaran20 preetkaran20 released this 02 Oct 11:56
· 454 commits to master since this release
cccfec7

This release comprise of addition of 2 new Vulnerabilities:

  1. File Upload Vulnerability
  2. 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:

  1. @preetkaran20
  2. @hemantgs
  3. @hritikgupta

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