mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
mkdir -p docs/modules/ROOT/ mkdir -p docs/modules/ROOT/pages/ git checkout antora-2.x docs/antora.yml git checkout antora-2.x docs/modules/ROOT/nav.adoc mv docs/manual/src/docs/asciidoc/images docs/modules/ROOT/ mv docs/manual/src/docs/asciidoc/_includes/* docs/modules/ROOT/pages/ cp ~/code/rwinch/spring-reference/*antora* ~/code/spring-projects/spring-security/ mv docs/modules/ROOT/pages/about docs/modules/ROOT/pages/overview
13 lines
379 B
Plaintext
13 lines
379 B
Plaintext
[[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.
|
|
|
|
include::csrf.adoc[leveloffset=+1]
|
|
|
|
include::headers.adoc[leveloffset=+1]
|
|
|
|
include::http.adoc[leveloffset=+1]
|