From 8978b918d244e5c726f8975c83035c1308bd7979 Mon Sep 17 00:00:00 2001 From: petergphillips <5099053+petergphillips@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:56:45 +0100 Subject: [PATCH] SDIT-2121: Remove rule 930100 as being triggered by case notes containing /??/ (#2285) --- helm_deploy/prison-api/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm_deploy/prison-api/values.yaml b/helm_deploy/prison-api/values.yaml index dd3695f13..e7ec9c478 100644 --- a/helm_deploy/prison-api/values.yaml +++ b/helm_deploy/prison-api/values.yaml @@ -39,6 +39,8 @@ generic-service: # attack-protocol is 921 range SecRuleUpdateTargetByTag "attack-protocol" "!ARGS:/.*comment/" SecRuleUpdateTargetByTag "attack-protocol" "!ARGS:/text/" + SecRuleUpdateTargetById 930100 "!ARGS:/.*comment/" + SecRuleUpdateTargetById 930100 "!ARGS:/text/" SecRuleUpdateTargetById 930110 "!ARGS:/.*comment/" SecRuleUpdateTargetById 930110 "!ARGS:/text/" # attack-rce is 932 range