diff --git a/en/docs/learn/api-gateway/threat-protectors/regular-expression-threat-protection-for-api-gateway.md b/en/docs/learn/api-gateway/threat-protectors/regular-expression-threat-protection-for-api-gateway.md index 95ea0a842f..6f96ad29e0 100644 --- a/en/docs/learn/api-gateway/threat-protectors/regular-expression-threat-protection-for-api-gateway.md +++ b/en/docs/learn/api-gateway/threat-protectors/regular-expression-threat-protection-for-api-gateway.md @@ -50,15 +50,19 @@ We recommend the following patterns for blacklisting.
.*'.*|.*or.*|.*1=1.*|.*ALTER.*|.*ALTER TABLE.*|.*ALTER VIEW.*|
.*'.*|(?\u003C![\w\d])or(?![\w\d])|.*1=1.*|.*ALTER.*|.*ALTER TABLE.*|.*ALTER VIEW.*|
.*CREATE DATABASE.*|.*CREATE PROCEDURE.*|.*CREATE SCHEMA.*|
.*create table.*|.*CREATE VIEW.*|.*DELETE.*|.*DROP DATABASE.*|
.*DROP PROCEDURE.*|.*DROP.*|.*SELECT.*
<\s*script\b[^>]*>[^<]+<\s*/\s*script\s*>
+ ``` + <\s*script\b[^>]*>[^<]+<\s*/\s*script\s*> + ``` +