Skip to content

Preetam/JavaVulnerableLab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShiftLeft JVL Docker Demo

Requirements

Build Docker image

docker build --build-arg SHIFTLEFT_ORG_ID=$SHIFTLEFT_ORG_ID --build-arg SHIFTLEFT_ACCESS_TOKEN=$SHIFTLEFT_ACCESS_TOKEN .

Start JVL with Docker Compose

Build and start the environment using ShiftLeft credentials.

ORG="" TOKEN="" docker-compose up --build

Go to http://localhost:8080/JavaVulnerableLab/install.jsp and click Install.

Updating the agent configuration

Edit docker-compose.yml and update the environment section to modify the agent's configuration using environment variables.

For example, you can enable blocking mode using by setting

SHIFTLEFT_SEC_MODE: BLOCK

About

Vulnerable Java based Web Application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.2%
  • CSS 4.3%
  • XSLT 2.0%
  • Dockerfile 0.5%