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