Skip to content

Elias-elastisys/spring-vulnerable-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Vulnerable App

CI Pipeline

Description

A simple spring boot app that uses vulnerable dependencies for research purposes.

The vulnerable dependencies being used are :

  • json-sanitizer ( v1.2.0 )
  • xstream ( v1.4.17 )

Current endpoints are :

  • /sanitize
  • /xstream
  • /hello

Actions

The repo comes with a github action that demonstrates the use of ARVOS utility tool for dynamic vulnerability analysis.

Important

  • Dynamic analysis finds vulnerabilities in a runtime environment while the code is being executed.
  • In case of an idle application, arvos scan will not catch any vulnerability.

About

Simple Spring boot app with vulnerable packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.2%
  • Shell 4.8%