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

Commit 9d2465d

Browse files
authored
Merge pull request #774 from csanders-git/302release
Adding updates for releasing 302
2 parents bc5dc8e + 5ed04f4 commit 9d2465d

28 files changed

+30
-30
lines changed

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.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
@@ -771,4 +771,4 @@ SecAction \
771771
nolog,\
772772
pass,\
773773
t:none,\
774-
setvar:tx.crs_setup_version=300"
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 & 2 deletions
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
@@ -25,7 +25,7 @@
2525
#
2626
# Ref: https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#wiki-SecComponentSignature
2727
#
28-
SecComponentSignature "OWASP_CRS/3.0.0"
28+
SecComponentSignature "OWASP_CRS/3.0.2"
2929

3030

3131
#

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

rules/REQUEST-913-SCANNER-DETECTION.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)