Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit bc5dc8e

Browse files
authored
Merge pull request #772 from dune73/fix-719-messup
Fix 719 messup by removing debug rule
2 parents 156341e + a2edf9d commit bc5dc8e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
or the CRS mailinglist at
66
* https://lists.owasp.org/mailman/listinfo/owasp-modsecurity-core-rule-set
77

8+
== Version 3.0.2 - 5/FIXME/2017 ==
9+
10+
* Remove debug rule that popped up in 3.0.1 (Christian Folini)
11+
812
== Version 3.0.1 - 5/9/2017 ==
913

1014
* SECURITY: Removed insecure handling of X-Forwarded-For header;

rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ SecRule TX:CRS_VALIDATE_UTF8_ENCODING "@eq 1" \
497497
# https://www.checkpoint.com/defense/advisories/public/2007/cpai-2007-201.html
498498
# https://github.com/SpiderLabs/owasp-modsecurity-crs/issues/719
499499
#
500-
SecRule REQUEST_URI "(.*)" "msg:'got %{tx.0}',id:22,capture"
501500
SecRule REQUEST_URI|REQUEST_BODY "\%u[fF]{2}[0-9a-fA-F]{2}" \
502501
"msg:'Unicode Full/Half Width Abuse Attack Attempt',\
503502
id:920260,\

0 commit comments

Comments
 (0)