diff --git a/docker-compose.yml b/docker-compose.yml index 875a3c5b..63202fa3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -61,7 +61,7 @@ services: - trajectoires_pro_network metabase: - image: metabase/metabase:v0.46.0 + image: metabase/metabase:v0.46.2 container_name: trajectoires_pro_metabase mem_limit: 2g depends_on: diff --git a/reverse_proxy/app/nginx/owasp-crs/rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf b/reverse_proxy/app/nginx/owasp-crs/rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf index cf94f67a..b17c4394 100644 --- a/reverse_proxy/app/nginx/owasp-crs/rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf +++ b/reverse_proxy/app/nginx/owasp-crs/rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf @@ -170,4 +170,11 @@ SecRule REQUEST_FILENAME "@beginsWith /metabase" \ phase:2,\ pass,\ nolog,\ - ctl:ruleRemoveById=941000-942999" \ No newline at end of file + ctl:ruleRemoveById=941000-942999" + +SecRule REQUEST_FILENAME "@beginsWith /metabase" \ + "id:1005,\ + phase:1,\ + pass,\ + nolog,\ + ctl:ruleRemoveById=200002-200007"