Skip to content

mathild3r/java-goof

This branch is 96 commits ahead of, 64 commits behind snyk-labs/java-goof:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18d6a71 · May 18, 2021
May 18, 2021
Sep 6, 2020
Jul 22, 2020
May 18, 2021
Jun 7, 2017
Apr 5, 2015
Feb 19, 2020
Apr 15, 2021
Apr 16, 2021
Apr 5, 2015
Jun 20, 2019
Jun 6, 2017
May 14, 2021
Jun 20, 2019
Apr 16, 2021

Repository files navigation

Java Goof

A vulnerable demo application, initially based on Ben Hassine's TodoMVC.

The goal of this application is to demonstrate through example how to find, exploit and fix vulnerable Maven packages.

This repo is still incomplete, a work in progress to support related presentations.

Build and run Todolist MVC

(from the original README)

Note that to run locally, you need JDK 8.

  1. Check out the project source code from github : git clone https://github.com/snyk/java-goof.git
  2. Open a terminal and run the following command from root directory : mvn install
  3. Choose a web framework to test and run it. For example : cd todolist-web-struts && mvn tomcat7:run (note: this example currently only copied the Struts demo)
  4. Browse the following URL : localhost:8080/
  5. You can register a new account or login using the following credentials : foo@bar.org / foobar

Running with docker-compose

docker-compose up --build
docker-compose down

License

This repo is available released under the MIT License.

java-goof

just a test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 60.7%
  • HTML 32.6%
  • CSS 4.1%
  • Lua 1.2%
  • Shell 1.1%
  • Python 0.2%
  • Dockerfile 0.1%