This demo app for Cloud One Application Security uses the PetClinic Example based on https://docs.docker.com/language/java/build-images/.
Application Security integration done via the provided Dockerfile
First, clone the repo
Then build and run the container
# Build the image
DOCKER_BUILDKIT=1 docker build -t petclinic .
# Run the container
docker run --rm -p 8080:8080 --name petclinic petclinic
Demo Shellshock (ensure to have Malicious Payload
enabled within the Application Security policy).
curl -H "User-Agent: () { :; }; /bin/eject" http://<IP>:8080/
This is an Open Source community project. Project contributors may be able to help, depending on their time and availability. Please be specific about what you're trying to do, your system, and steps to reproduce the problem.
For bug reports or feature requests, please open an issue. You are welcome to contribute.
Official support from Trend Micro is not available. Individual contributors may be Trend Micro employees, but are not official support.
I do accept contributions from the community. To submit changes:
I will review and work with you to release the code.