From 19107ee702173d4bfae1e8e2c9d1c8d98550de0b Mon Sep 17 00:00:00 2001 From: Debian Date: Wed, 3 Jun 2026 13:27:57 +0200 Subject: [PATCH] =?UTF-8?q?fix(waf):=20TS-Syntaxfehler=20in=20crsRules.ts?= =?UTF-8?q?=20=E2=80=94=20Backslash=20escaped?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- management-ui/src/pages/WAF/crsRules.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/management-ui/src/pages/WAF/crsRules.ts b/management-ui/src/pages/WAF/crsRules.ts index 9e78791..0cf97d2 100644 --- a/management-ui/src/pages/WAF/crsRules.ts +++ b/management-ui/src/pages/WAF/crsRules.ts @@ -59,7 +59,7 @@ export const CRS_RULES: Record = { 920460: "Abnormal character escapes in request", 920470: "Illegal Content-Type header", 920480: "Request content type charset is not allowed by policy", - 920490: "Request header x-up-devcap-post-charset detected in combination with prefix \\", + 920490: "Request header x-up-devcap-post-charset detected in combination with suspicious prefix", 920500: "Attempt to access a backup or working file", 920510: "Invalid Cache-Control request header", 920520: "Accept-Encoding header exceeded sensible length", @@ -333,8 +333,7 @@ export const CRS_RULES: Record = { 955340: "b374k m1n1 web shell", 959052: "Outbound Anomaly Score Exceeded in phase 3 (Total Score: %{tx.blocking_outbound_anomaly_score})", 959100: "Outbound Anomaly Score Exceeded (Total Score: %{tx.blocking_outbound_anomaly_score})", - 980099: "Anomaly Scores: \\ -(Inbound Scores: blocking=%{tx.blocking_inbound_anomaly_score}, detection=%{tx.detection_inbound_a...", + 980099: "Anomaly Scores: Inbound/Outbound anomaly score summary", } export function getRuleDescription(ruleId: number): string {