1
1
# ------------------------------------------------------------------------
2
- # OWASP ModSecurity Core Rule Set ver.3.0.2
2
+ # OWASP ModSecurity Core Rule Set ver.3.1.0
3
3
# Copyright (c) 2006-2016 Trustwave and contributors. All rights reserved.
4
4
#
5
5
# The OWASP ModSecurity Core Rule Set is distributed under
@@ -46,7 +46,6 @@ SecRule REQUEST_COOKIES|!REQUEST_COOKIES:/__utm/|REQUEST_COOKIES_NAMES|REQUEST_H
46
46
t:none,t:utf8toUnicode,t:urlDecodeUni,t:htmlEntityDecode,t:jsDecode,t:cssDecode,t:removeNulls,\
47
47
block,\
48
48
ctl:auditLogParts=+E,\
49
- capture,\
50
49
tag:'application-multi',\
51
50
tag:'language-multi',\
52
51
tag:'platform-multi',\
@@ -57,7 +56,7 @@ SecRule REQUEST_COOKIES|!REQUEST_COOKIES:/__utm/|REQUEST_COOKIES_NAMES|REQUEST_H
57
56
tag:'OWASP_TOP_10/A3',\
58
57
tag:'OWASP_AppSensor/IE1',\
59
58
tag:'CAPEC-242',\
60
- logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
59
+ logdata:'Matched Data: XSS data found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
61
60
setvar:'tx.msg=%{rule.msg}',\
62
61
setvar:tx.xss_score=+%{tx.critical_anomaly_score},\
63
62
setvar:tx.anomaly_score=+%{tx.critical_anomaly_score},\
@@ -982,4 +981,3 @@ SecRule TX:PARANOIA_LEVEL "@lt 4" "phase:2,id:941018,nolog,pass,skipAfter:END-RE
982
981
# -= Paranoia Levels Finished =-
983
982
#
984
983
SecMarker "END-REQUEST-941-APPLICATION-ATTACK-XSS"
985
-
0 commit comments