From 5b51129e3356a12283f0ba2da15db897ee30cf1a Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 23 Mar 2020 03:09:21 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/topics/web_application_firewall/index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/topics') diff --git a/doc/topics/web_application_firewall/index.md b/doc/topics/web_application_firewall/index.md index 27cf60d5662..9f3289cd797 100644 --- a/doc/topics/web_application_firewall/index.md +++ b/doc/topics/web_application_firewall/index.md @@ -73,14 +73,14 @@ more advanced rules around threat detection. ModSecurity is enabled with the [OWASP Core Rule Set (CRS)](https://modsecurity.org/crs/) by default. The OWASP CRS logs attempts to the following attacks: -- [SQL Injection](https://www.owasp.org/index.php/OWASP_Periodic_Table_of_Vulnerabilities_-_SQL_Injection) -- [Cross-Site Scripting](https://www.owasp.org/index.php/OWASP_Periodic_Table_of_Vulnerabilities_-_Cross-Site_Scripting_(XSS)) -- [Local File Inclusion](https://www.owasp.org/index.php/Testing_for_Local_File_Inclusion) -- [Remote File Inclusion](https://www.owasp.org/index.php/OWASP_Periodic_Table_of_Vulnerabilities_-_Remote_File_Inclusion) -- [Code Injection](https://www.owasp.org/index.php/Code_Injection) -- [Session Fixation](https://www.owasp.org/index.php/Session_fixation) -- [Scanner Detection](https://www.owasp.org/index.php/Category:Vulnerability_Scanning_Tools) -- [Metadata/Error Leakages](https://www.owasp.org/index.php/Improper_Error_Handling) +- [SQL Injection](https://wiki.owasp.org/index.php/OWASP_Periodic_Table_of_Vulnerabilities_-_SQL_Injection) +- [Cross-Site Scripting](https://wiki.owasp.org/index.php/OWASP_Periodic_Table_of_Vulnerabilities_-_Cross-Site_Scripting_(XSS)) +- [Local File Inclusion](https://wiki.owasp.org/index.php/Testing_for_Local_File_Inclusion) +- [Remote File Inclusion](https://wiki.owasp.org/index.php/OWASP_Periodic_Table_of_Vulnerabilities_-_Remote_File_Inclusion) +- [Code Injection](https://wiki.owasp.org/index.php/Code_Injection) +- [Session Fixation](https://wiki.owasp.org/index.php/Session_fixation) +- [Scanner Detection](https://wiki.owasp.org/index.php/Category:Vulnerability_Scanning_Tools) +- [Metadata/Error Leakages](https://wiki.owasp.org/index.php/Improper_Error_Handling) It is good to have a basic knowledge of the following: -- cgit v1.2.3