mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
Update with capture action support for detectXSS operator
@@ -4051,6 +4051,8 @@ SecRule REQUEST_URI "@detectSQLi" "id:152"
|
||||
SecRule REQUEST_BODY "@detectXSS" "id:12345,log,deny"
|
||||
</pre>
|
||||
|
||||
; Note : This operator supports the "capture" action.
|
||||
|
||||
== 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user