From b48d9bcb44a36628e59a5ae3852c8b9f8e4774c5 Mon Sep 17 00:00:00 2001 From: Victor Hora Date: Thu, 27 Jul 2017 20:28:13 -0700 Subject: [PATCH] Updating according to latest commits (ctl:ruleEngine, SecRuleUpdateTargetByTag and SecRuleUpdateTargetByID implemented for v3) --- Reference-Manual.mediawiki | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index 591bc20..bb18c81 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -1617,9 +1617,9 @@ The addition of t:none will neutralize any previous transformation functions spe '''Scope:''' Any -'''Version:''' 2.6-2.9.x +'''Version:''' 2.6-3.0(pre) -'''Supported on libModSecurity:''' TBI +'''Supported on libModSecurity:''' Yes This directive will append (or replace) variables to the current target list of the specified rule with the targets provided in the second parameter. Starting with 2.7.0 this feature supports id range. @@ -1724,9 +1724,9 @@ SecRule REQUEST_URI|ARGS_NAMES|ARGS|XML:/* "[\;\|\`]\W*?\bmail\b" \ '''Scope:''' Any -'''Version:''' 2.7-2.9.x +'''Version:''' 2.7-3.0(pre) -'''Supported on libModSecurity:''' TBI +'''Supported on libModSecurity:''' Yes This directive will append (or replace) variables to the current target list of the specified rule with the targets provided in the second parameter. @@ -3292,7 +3292,7 @@ The following configuration options are supported: #'''requestBodyProcessor''' #'''responseBodyAccess''' (Supported on libModSecurity: TBI) #'''responseBodyLimit''' (Supported on libModSecurity: TBI) -#'''ruleEngine''' (Supported on libModSecurity: TBI) +#'''ruleEngine''' (Supported on libModSecurity: YES) #'''ruleRemoveById''' - since this action us triggered at run time, it should be specified '''before''' the rule in which it is disabling. #'''ruleRemoveByMsg''' (Supported on libModSecurity: TBI) #'''ruleRemoveByTag''' (Supported on libModSecurity: TBI)