mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Add PCRE_DOLLAR_ENDONLY to doc
This commit is contained in:
parent
00dcb2714f
commit
eab433187f
@ -3998,9 +3998,11 @@ SecRule XML:/soap:Envelope/soap:Body/q1:getInput/id() "123" phase:2,deny</progra
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>The<literal moreinfo="none"> PCRE_DOTALL </literal>flag is set
|
||||
<para>The <literal moreinfo="none">PCRE_DOTALL</literal> and
|
||||
<literal moreinfo="none">PCRE_DOLLAR_ENDONLY</literal> flags are set
|
||||
during compilation, meaning a single dot will match any character,
|
||||
including the newlines.</para>
|
||||
including the newlines and a <literal moreinfo="none">$</literal>
|
||||
end anchor will not match a trailing newline charater.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</section>
|
||||
@ -4143,4 +4145,4 @@ SecRule XML "<emphasis role="bold">@validateSchema /path/to/apache2/conf/xml.xsd
|
||||
</itemizedlist>
|
||||
</section>
|
||||
</section>
|
||||
</article>
|
||||
</article>
|
||||
|
Loading…
x
Reference in New Issue
Block a user