From 2d704bb4d7a2cdd950101743656b8a93da711059 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Fri, 11 Feb 2022 20:02:49 +0000
Subject: [PATCH] Exclude another mod_security FP rule

---
 .../crs/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf            | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker/conf/modsecurity/crs/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf b/docker/conf/modsecurity/crs/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf
index 8d1e5cf3..4440f30f 100644
--- a/docker/conf/modsecurity/crs/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf
+++ b/docker/conf/modsecurity/crs/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf
@@ -36,3 +36,6 @@ SecRuleRemoveByID 930110
 # CR/LF + HTTP method name.
 SecRuleRemoveByID 921110
 
+# Ingres SQL exfil rule.
+SecRuleRemoveByID 951190
+
-- 
GitLab