/Spring-Boot-Security-Part-3

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.

Primary LanguageJava

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.

Spring Boot Security Part 3

This project demonstrates the following security controls/vulnerabilities:

  • Cross-site Scripting (XSS)
  • Server-side Request Forgery (SSRF)
  • Secure Configuration - Default Error Pages
  • Mass Assignment - Web Application (Not API)