Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 689 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 689 Bytes

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