mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Clarified that SecMarker IDs are the same thing as rule IDs.
This commit is contained in:
parent
1b977e6106
commit
9997cee04a
@ -1298,8 +1298,9 @@ SecAuditLogStorageDir logs/audit
|
||||
<title><literal>SecMarker</literal></title>
|
||||
|
||||
<para><emphasis>Description:</emphasis> Adds a fixed rule marker in the
|
||||
ruleset to be used as a target in a <emphasis>skipAfter</emphasis>
|
||||
action.</para>
|
||||
ruleset to be used as a target in a <literal>skipAfter</literal> action.
|
||||
A <literal>SecMarker</literal> directive essentially creates a rule that
|
||||
does nothing and whose only purpose it to carry the given ID.</para>
|
||||
|
||||
<para><emphasis>Syntax:</emphasis> <literal moreinfo="none">SecMarker
|
||||
ID</literal></para>
|
||||
@ -5205,7 +5206,7 @@ SecRule &REQUEST_HEADERS:Accept "@eq 0" \
|
||||
<title><literal>skipAfter</literal></title>
|
||||
|
||||
<para><emphasis>Description:</emphasis> Skips rules (or chains) on
|
||||
successful match resuming rule execution after the specified rule id or
|
||||
successful match resuming rule execution after the specified rule ID or
|
||||
marker (see <literal>SecMarker</literal>) is found.</para>
|
||||
|
||||
<para><emphasis>Action Group:</emphasis> Flow</para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user