Skip to content

a-efstathiou/DevSecOps-pipeline-vulnado

 
 

Repository files navigation

DevSecOps pipeline using Vulnado repository for testing

This is a DevSecOps pipeline that runs several dynamic and static tests on the commited code. It can be used with a git hook calling the url of the pipeline that you can define in the settings. All the relevant files of the pipeline are in the /Jenkins folder. Below is the original markup file of the forked repository

Vulnado - Intentionally Vulnerable Java Application

This application and exercises will take you through some of the OWASP top 10 Vulnerabilities and how to prevent them.

Up and running

  1. Install Docker for MacOS or Windows. You'll need to create a Docker account if you don't already have one.
  2. git clone git://github.com/ScaleSec/vulnado
  3. cd vulnado
  4. docker-compose up
  5. Open a browser and navigate to the client to make sure it's working: http://localhost:1337
  6. Then back in your terminal verify you have connection to your API server: nc -vz localhost 8080

Architecture

The docker network created by docker-compose maps pretty well to a multi-tier architecture where a web server is publicly available and there are other network resources like a database and internal site that are not publicly available.

Exercises

About

DevSecOps pipeline to run checks on commit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 56.2%
  • HTML 20.0%
  • JavaScript 8.3%
  • HCL 7.7%
  • Dockerfile 4.5%
  • CSS 2.2%
  • Shell 1.1%