Update to match 3.x version release and copyright info

Victor Hora 2018-01-09 17:36:26 -05:00
parent 338a6d8008
commit 17e78e52cf

@ -1,6 +1,6 @@
= ModSecurity® Reference Manual =
== Current as of v2.5.13 v2.6 v2.7 v2.8 v2.9 v3.0(rc) ==
=== Copyright © 2004-2017 [https://www.trustwave.com/ Trustwave Holdings, Inc.] ===
== Current as of v2.5.13 v2.6 v2.7 v2.8 v2.9 v3.0 ==
=== Copyright © 2004-2018 [https://www.trustwave.com/ Trustwave Holdings, Inc.] ===
= Table of Contents =
= Introduction =
@ -1458,7 +1458,7 @@ The rules hitting the threshold can be accessed via the collection PERF_RULES.
'''Scope:''' Any
'''Version:''' 2.0.0 - 3.x(pre)
'''Version:''' 2.0.0 - 3.x
'''Supported on libModSecurity:''' Yes
@ -1627,7 +1627,7 @@ The addition of t:none will neutralize any previous transformation functions spe
'''Scope:''' Any
'''Version:''' 2.6-3.0(pre)
'''Version:''' 2.6-3.x
'''Supported on libModSecurity:''' Yes
@ -1734,7 +1734,7 @@ SecRule REQUEST_URI|ARGS_NAMES|ARGS|XML:/* "[\;\|\`]\W*?\bmail\b" \
'''Scope:''' Any
'''Version:''' 2.7-3.0(pre)
'''Version:''' 2.7-3.x
'''Supported on libModSecurity:''' Yes
@ -3080,7 +3080,7 @@ Removes common comments chars (/*, */, --, #).
== removeComments ==
'''Version:''' 2.x-3.x(pre)
'''Version:''' 2.x-3.x
'''Supported on libModSecurity:''' Yes
@ -3097,7 +3097,7 @@ Decodes a URL-encoded input string. Invalid encodings (i.e., the ones that use n
== uppercase ==
Converts all characters to uppercase using the current C locale.
'''Version:''' 3.0(pre)
'''Version:''' 3.x
'''Supported on libModSecurity:''' Yes
@ -3785,7 +3785,7 @@ After initialization takes place, the variable USERID will be available for use
'''Action Group:''' Non-disruptive
'''Version:''' 2.x-3.0(pre)
'''Version:''' 2.x-3.x
'''Supported on libModSecurity:''' Yes - as of 9cb3f2 [https://github.com/SpiderLabs/ModSecurity/commit/9cb3f23b5095cad7dfba8f140a44b9523f2be78b]
@ -4575,7 +4575,7 @@ SecRule ARGS "@verifyCC \d{13,16}" "phase:2,id:194,nolog,pass,msg:'Potential cre
SecRule ARGS "@verifyCPF /^([0-9]{3}\.){2}[0-9]{3}-[0-9]{2}$/" "phase:2,id:195,nolog,pass,msg:'Potential CPF number',sanitiseMatched"
</pre>
'''Version:''' 2.6-3.0(pre)
'''Version:''' 2.6-3.x
'''Supported on libModSecurity:''' Yes
@ -4591,7 +4591,7 @@ SecRule ARGS "@verifyCPF /^([0-9]{3}\.){2}[0-9]{3}-[0-9]{2}$/" "phase:2,id:195,n
SecRule ARGS "@verifySSN \d{3}-?\d{2}-?\d{4}" "phase:2,id:196,nolog,pass,msg:'Potential social security number',sanitiseMatched"
</pre>
'''Version:''' 2.6-3.0(pre)
'''Version:''' 2.6-3.x
'''Supported on libModSecurity:''' Yes