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

Commit e4e0497

Browse files
committed
pushing to v3.0.2
2 parents d46913e + 9d2465d commit e4e0497

29 files changed

+34
-32
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;

crs-setup.conf.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ------------------------------------------------------------------------
2-
# OWASP ModSecurity Core Rule Set ver.3.0.1
2+
# OWASP ModSecurity Core Rule Set ver.3.0.2
33
# Copyright (c) 2006-2016 Trustwave and contributors. All rights reserved.
44
#
55
# The OWASP ModSecurity Core Rule Set is distributed under
@@ -771,4 +771,4 @@ SecAction \
771771
nolog,\
772772
pass,\
773773
t:none,\
774-
setvar:tx.crs_setup_version=301"
774+
setvar:tx.crs_setup_version=302"

rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ------------------------------------------------------------------------
2-
# OWASP ModSecurity Core Rule Set ver.3.0.0
2+
# OWASP ModSecurity Core Rule Set ver.3.0.2
33
# Copyright (c) 2006-2016 Trustwave and contributors. All rights reserved.
44
#
55
# The OWASP ModSecurity Core Rule Set is distributed under

rules/REQUEST-901-INITIALIZATION.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ------------------------------------------------------------------------
2-
# OWASP ModSecurity Core Rule Set ver.3.0.1
2+
# OWASP ModSecurity Core Rule Set ver.3.0.2
33
# Copyright (c) 2006-2016 Trustwave and contributors. All rights reserved.
44
#
55
# The OWASP ModSecurity Core Rule Set is distributed under
@@ -25,8 +25,7 @@
2525
#
2626
# Ref: https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#wiki-SecComponentSignature
2727
#
28-
SecComponentSignature "OWASP_CRS/3.0.1"
29-
28+
SecComponentSignature "OWASP_CRS/3.0.2"
3029

3130
#
3231
# -=[ Default setup values ]=-

rules/REQUEST-903.9001-DRUPAL-EXCLUSION-RULES.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ------------------------------------------------------------------------
2-
# OWASP ModSecurity Core Rule Set ver.3.0.0
2+
# OWASP ModSecurity Core Rule Set ver.3.0.2
33
# Copyright (c) 2006-2016 Trustwave and contributors. All rights reserved.
44
#
55
# The OWASP ModSecurity Core Rule Set is distributed under

rules/REQUEST-903.9002-WORDPRESS-EXCLUSION-RULES.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ------------------------------------------------------------------------
2-
# OWASP ModSecurity Core Rule Set ver.3.0.0
2+
# OWASP ModSecurity Core Rule Set ver.3.0.2
33
# Copyright (c) 2006-2016 Trustwave and contributors. All rights reserved.
44
#
55
# The OWASP ModSecurity Core Rule Set is distributed under

rules/REQUEST-905-COMMON-EXCEPTIONS.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ------------------------------------------------------------------------
2-
# OWASP ModSecurity Core Rule Set ver.3.0.0
2+
# OWASP ModSecurity Core Rule Set ver.3.0.2
33
# Copyright (c) 2006-2016 Trustwave and contributors. All rights reserved.
44
#
55
# The OWASP ModSecurity Core Rule Set is distributed under

rules/REQUEST-910-IP-REPUTATION.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ------------------------------------------------------------------------
2-
# OWASP ModSecurity Core Rule Set ver.3.0.0
2+
# OWASP ModSecurity Core Rule Set ver.3.0.2
33
# Copyright (c) 2006-2016 Trustwave and contributors. All rights reserved.
44
#
55
# The OWASP ModSecurity Core Rule Set is distributed under

rules/REQUEST-911-METHOD-ENFORCEMENT.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ------------------------------------------------------------------------
2-
# OWASP ModSecurity Core Rule Set ver.3.0.0
2+
# OWASP ModSecurity Core Rule Set ver.3.0.2
33
# Copyright (c) 2006-2016 Trustwave and contributors. All rights reserved.
44
#
55
# The OWASP ModSecurity Core Rule Set is distributed under

rules/REQUEST-912-DOS-PROTECTION.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ------------------------------------------------------------------------
2-
# OWASP ModSecurity Core Rule Set ver.3.0.0
2+
# OWASP ModSecurity Core Rule Set ver.3.0.2
33
# Copyright (c) 2006-2016 Trustwave and contributors. All rights reserved.
44
#
55
# The OWASP ModSecurity Core Rule Set is distributed under

0 commit comments

Comments
 (0)