Update with capture action support for detectXSS operator

Victor Hora
2018-03-09 17:06:53 -05:00
parent f15783a0e6
commit 9d8a2abe5a

@@ -4051,6 +4051,8 @@ SecRule REQUEST_URI "@detectSQLi" "id:152"
SecRule REQUEST_BODY "@detectXSS" "id:12345,log,deny" SecRule REQUEST_BODY "@detectXSS" "id:12345,log,deny"
</pre> </pre>
; Note : This operator supports the "capture" action.
== endsWith == == endsWith ==
'''Description:''' Returns true if the parameter string is found at the end of the input. Macro expansion is performed on the parameter string before comparison. '''Description:''' Returns true if the parameter string is found at the end of the input. Macro expansion is performed on the parameter string before comparison.