mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Add PCRE_DOLLAR_ENDONLY to doc
This commit is contained in:
@@ -3998,9 +3998,11 @@ SecRule XML:/soap:Envelope/soap:Body/q1:getInput/id() "123" phase:2,deny</progra
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<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,
|
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>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
</section>
|
</section>
|
||||||
@@ -4143,4 +4145,4 @@ SecRule XML "<emphasis role="bold">@validateSchema /path/to/apache2/conf/xml.xsd
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
Reference in New Issue
Block a user