mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix make (rx regex) test
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
{
|
||||
type => "op",
|
||||
name => "rx",
|
||||
param => qr/^([^=])\s*=\s*((?:abc)+(?:def|ghi){2})$/i,
|
||||
input => "x =AbCDeFgHi",
|
||||
param => "(?i:(sleep\\((\\s*?)(\\d*?)(\\s*?)\\)|benchmark\\((.*?)\\,(.*?)\\)))",
|
||||
input => "SELECT pg_sleep(10);",
|
||||
ret => 1,
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user