mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-24 18:06:57 +03:00
Correct miswording in chain
parent
f4c8eba7e6
commit
b55e845fc9
@ -157,7 +157,7 @@ The following directives can be used in rule chains:
|
||||
*SecRuleScript
|
||||
Special rules control the usage of actions in chained rules:
|
||||
*Any actions that affect the rule flow (i.e., the disruptive actions, skip and skipAfter) can be used only in the chain starter. They will be executed only if the entire chain matches.
|
||||
*Non-disruptive rules can be used in any rule; they will be executed if the rule that contains them matches and not only when the entire chain matches.
|
||||
*Non-disruptive actions can be used in any rule; they will be executed if the rule that contains them matches and not only when the entire chain matches.
|
||||
*The metadata actions (e.g., id, rev, msg) can be used only in the chain starter.
|
||||
|
||||
== ctl ==
|
||||
|
@ -3160,7 +3160,7 @@ The following directives can be used in rule chains:
|
||||
*SecRuleScript
|
||||
Special rules control the usage of actions in chained rules:
|
||||
*Any actions that affect the rule flow (i.e., the disruptive actions, skip and skipAfter) can be used only in the chain starter. They will be executed only if the entire chain matches.
|
||||
*Non-disruptive rules can be used in any rule; they will be executed if the rule that contains them matches and not only when the entire chain matches.
|
||||
*Non-disruptive actions can be used in any rule; they will be executed if the rule that contains them matches and not only when the entire chain matches.
|
||||
*The metadata actions (e.g., id, rev, msg) can be used only in the chain starter.
|
||||
|
||||
== ctl ==
|
||||
|
@ -2106,7 +2106,7 @@ The following directives can be used in rule chains:
|
||||
*SecRuleScript
|
||||
Special rules control the usage of actions in chained rules:
|
||||
*Any actions that affect the rule flow (i.e., the disruptive actions, skip and skipAfter) can be used only in the chain starter. They will be executed only if the entire chain matches.
|
||||
*Non-disruptive rules can be used in any rule; they will be executed if the rule that contains them matches and not only when the entire chain matches.
|
||||
*Non-disruptive actions can be used in any rule; they will be executed if the rule that contains them matches and not only when the entire chain matches.
|
||||
*The metadata actions (e.g., id, rev, msg) can be used only in the chain starter.
|
||||
|
||||
== ctl ==
|
||||
|
Loading…
x
Reference in New Issue
Block a user