Skip to content

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

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.

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)

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