mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Fix make (rx regex) test
This commit is contained in:
parent
3f080fa8ce
commit
8b6efc013d
@ -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,
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user