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

Commit d46913e

Browse files
authored
Merge pull request #769 from emphazer/patch-7
push crs_setup_version to v3.01
2 parents 156341e + f2faa68 commit d46913e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1
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=301"

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.1
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.1"
2929

3030

3131
#

0 commit comments

Comments
 (0)