Logo
Explore Help
Sign In
Cwikius-Spring/spring-security
1
0
Fork 0
You've already forked spring-security
mirror of https://github.com/spring-projects/spring-security.git synced 2025-06-04 11:12:14 +00:00
Code Issues Packages Projects Releases Wiki Activity
spring-security/docs/modules/ROOT/pages/servlet/exploits/index.adoc

10 lines
363 B
Plaintext
Raw Normal View History

Polish Authentication
2020-03-02 22:45:45 -06:00
[[servlet-exploits]]
Restructure Docs Issue gh-5935
2019-09-22 00:56:30 -06:00
= Protection Against Exploits
mkdir -p build/ids find -name "*.adoc" | xargs -I{file} awk -v file={file} '/\[\[/ { gsub("\[|\]", ""); id=$0; gsub("./docs/modules/ROOT/pages/", "", file); gsub("\[|\]", ""); id=$0;getline;text=$0; sub("^=+ ","", text); print file > "build/ids/"id".id"; print text > "build/ids/"id".text" }' {file} find docs/modules -name "*.adoc"|while read adoc_file_to_replace; do echo "Replacing $adoc_file_to_replace" for id_file in build/ids/*.id; do id=$(basename $id_file | sed 's/\.id$//') xref_page=$(cat $id_file) if [[ "$adoc_file_to_replace" -ef "./docs/modules/ROOT/pages/$xref_page" ]] then echo " - Skipping same page refid $id " else sed -i -E "s%<<$id(|,([^,>]+))>>%xref:${xref_page}#${id}[\2]%g" $adoc_file_to_replace fi done done
2021-07-30 16:56:54 -05:00
This section discusses Servlet specific support for xref:overview/features/exploits/index.adoc#exploits[Spring Security's protection against common exploits].
Restructure Docs Issue gh-5935
2019-09-22 00:56:30 -06:00
Remove includes
2021-07-29 17:12:34 -05:00
* xref:servlet/exploits/csrf.adoc[]
* xref:servlet/exploits/headers.adoc[]
* xref:servlet/exploits/http.adoc[]
* xref:servlet/exploits/firewall.adoc[]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 87ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API