|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
diff --git a/crs-setup.conf.example b/crs-setup.conf.example
|
|
|
|
|
index b443e77..0fdd5cb 100644
|
|
|
|
|
index e0b1d9c..cc2f97c 100644
|
|
|
|
|
--- a/crs-setup.conf.example
|
|
|
|
|
+++ b/crs-setup.conf.example
|
|
|
|
|
@@ -234,7 +234,7 @@ SecDefaultAction "phase:2,log,auditlog,pass"
|
|
|
|
@ -57,11 +57,11 @@ index b443e77..0fdd5cb 100644
|
|
|
|
|
#
|
|
|
|
|
# Some well-known applications may undertake actions that appear to be
|
|
|
|
|
diff --git a/rules/REQUEST-901-INITIALIZATION.conf b/rules/REQUEST-901-INITIALIZATION.conf
|
|
|
|
|
index 5044abd..06a1bb3 100644
|
|
|
|
|
index 27fd54a..2095bf7 100644
|
|
|
|
|
--- a/rules/REQUEST-901-INITIALIZATION.conf
|
|
|
|
|
+++ b/rules/REQUEST-901-INITIALIZATION.conf
|
|
|
|
|
@@ -89,6 +89,15 @@ SecRule &TX:outbound_anomaly_score_threshold "@eq 0" \
|
|
|
|
|
ver:'OWASP_CRS/3.3.4',\
|
|
|
|
|
ver:'OWASP_CRS/3.3.5',\
|
|
|
|
|
setvar:'tx.outbound_anomaly_score_threshold=4'"
|
|
|
|
|
|
|
|
|
|
+# Default Blocking Early (rule 900120 in setup.conf)
|
|
|
|
@ -77,7 +77,7 @@ index 5044abd..06a1bb3 100644
|
|
|
|
|
SecRule &TX:paranoia_level "@eq 0" \
|
|
|
|
|
"id:901120,\
|
|
|
|
|
diff --git a/rules/REQUEST-949-BLOCKING-EVALUATION.conf b/rules/REQUEST-949-BLOCKING-EVALUATION.conf
|
|
|
|
|
index 050eb04..755315f 100644
|
|
|
|
|
index 9ee4a8d..c5e4604 100644
|
|
|
|
|
--- a/rules/REQUEST-949-BLOCKING-EVALUATION.conf
|
|
|
|
|
+++ b/rules/REQUEST-949-BLOCKING-EVALUATION.conf
|
|
|
|
|
@@ -12,7 +12,66 @@
|
|
|
|
@ -171,7 +171,7 @@ index 050eb04..755315f 100644
|
|
|
|
|
|
|
|
|
|
SecRule TX:EXECUTING_PARANOIA_LEVEL "@lt 1" "id:949011,phase:1,pass,nolog,skipAfter:END-REQUEST-949-BLOCKING-EVALUATION"
|
|
|
|
|
diff --git a/rules/RESPONSE-950-DATA-LEAKAGES.conf b/rules/RESPONSE-950-DATA-LEAKAGES.conf
|
|
|
|
|
index 13013de..bf9b03d 100644
|
|
|
|
|
index 0b6f832..5c61674 100644
|
|
|
|
|
--- a/rules/RESPONSE-950-DATA-LEAKAGES.conf
|
|
|
|
|
+++ b/rules/RESPONSE-950-DATA-LEAKAGES.conf
|
|
|
|
|
@@ -96,7 +96,7 @@ SecRule TX:EXECUTING_PARANOIA_LEVEL "@lt 2" "id:950014,phase:4,pass,nolog,skipAf
|
|
|
|
@ -184,7 +184,7 @@ index 13013de..bf9b03d 100644
|
|
|
|
|
capture,\
|
|
|
|
|
t:none,\
|
|
|
|
|
diff --git a/rules/RESPONSE-959-BLOCKING-EVALUATION.conf b/rules/RESPONSE-959-BLOCKING-EVALUATION.conf
|
|
|
|
|
index 24130eb..549c07c 100644
|
|
|
|
|
index 689cc94..e30ce13 100644
|
|
|
|
|
--- a/rules/RESPONSE-959-BLOCKING-EVALUATION.conf
|
|
|
|
|
+++ b/rules/RESPONSE-959-BLOCKING-EVALUATION.conf
|
|
|
|
|
@@ -22,7 +22,67 @@
|
|
|
|
@ -257,7 +257,7 @@ index 24130eb..549c07c 100644
|
|
|
|
|
# NOTE: tx.anomaly_score should not be set initially, but masking would lead to difficult bugs.
|
|
|
|
|
# So we add to it.
|
|
|
|
|
@@ -76,6 +136,21 @@ SecRule TX:OUTBOUND_ANOMALY_SCORE "@ge %{tx.outbound_anomaly_score_threshold}" \
|
|
|
|
|
ver:'OWASP_CRS/3.3.4',\
|
|
|
|
|
ver:'OWASP_CRS/3.3.5',\
|
|
|
|
|
setvar:'tx.anomaly_score=+%{tx.outbound_anomaly_score}'"
|
|
|
|
|
|
|
|
|
|
+SecRule TX:BLOCKING_EARLY "@eq 1" \
|
|
|
|
|