fix(waf): \" → ' in crsRules.ts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -214,7 +214,7 @@ export const CRS_RULES: Record<number, string> = {
|
|||||||
942190: "Detects MSSQL code execution and information gathering attempts",
|
942190: "Detects MSSQL code execution and information gathering attempts",
|
||||||
942200: "Detects MySQL comment-/space-obfuscated injections and backtick termination",
|
942200: "Detects MySQL comment-/space-obfuscated injections and backtick termination",
|
||||||
942210: "Detects chained SQL injection attempts 1/2",
|
942210: "Detects chained SQL injection attempts 1/2",
|
||||||
942220: "Looking for integer overflow attacks, these are taken from skipfish, except 2.2.2250738585072011e-308 is the \\"magic...",
|
942220: "Looking for integer overflow attacks, these are taken from skipfish, except 2.2.2250738585072011e-308 is the 'magic...",
|
||||||
942230: "Detects conditional SQL injection attempts",
|
942230: "Detects conditional SQL injection attempts",
|
||||||
942240: "Detects MySQL charset switch and MSSQL DoS attempts",
|
942240: "Detects MySQL charset switch and MSSQL DoS attempts",
|
||||||
942250: "Detects MATCH AGAINST, MERGE and EXECUTE IMMEDIATE injections",
|
942250: "Detects MATCH AGAINST, MERGE and EXECUTE IMMEDIATE injections",
|
||||||
@@ -318,7 +318,7 @@ export const CRS_RULES: Record<number, string> = {
|
|||||||
955190: "NGHshell web shell",
|
955190: "NGHshell web shell",
|
||||||
955200: "SimAttacker web shell",
|
955200: "SimAttacker web shell",
|
||||||
955210: "Unknown web shell",
|
955210: "Unknown web shell",
|
||||||
955220: "lama\\",
|
955220: "lama',
|
||||||
955230: "lostDC web shell",
|
955230: "lostDC web shell",
|
||||||
955240: "Unknown web shell",
|
955240: "Unknown web shell",
|
||||||
955250: "Unknown web shell",
|
955250: "Unknown web shell",
|
||||||
|
|||||||
Reference in New Issue
Block a user