Spring Security
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
412 B

[[exploits]]
= Protection Against Exploits
Spring Security provides protection against common exploits.
Whenever possible, the protection is enabled by default.
Below you will find high level description of the various exploits that Spring Security protects against.
* xref:features/exploits/csrf.adoc[CSRF]
* xref:features/exploits/headers.adoc[HTTP Headers]
* xref:features/exploits/http.adoc[HTTP Requests]