12345678910 |
- [[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]
|