Skip to content

Spring boot application developed to learn how to use the framework and understand how vulnerabilities are manifested in the application and how to prevent them.

Notifications You must be signed in to change notification settings

ChrisM-X/Spring-Boot-Security-Part-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Application & Security

This repository contains an example Spring Boot application that implements REST API functionality, Spring MVC and Data JPA, introduces common application security vulnerabilities, and demonstrate how to prevent the vulnerabilities from occurring.

In the Resources folder there is a PDF file that can be viewed inline on GitHub, that goes over the steps of the security controls implemented in the project with screenshots, explanations, etc.

Spring Boot Security Part 1

This project demonstrates the following security controls/vulnerabilities:

  • Insecure Binder Configuration - Mass Assignment
  • Input Validation Controls
  • Access Controls

About

Spring boot application developed to learn how to use the framework and understand how vulnerabilities are manifested in the application and how to prevent them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages