mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
A pattern of "" (empty string) should always match.
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
name => "within",
|
||||
param => "",
|
||||
input => "",
|
||||
ret => 0,
|
||||
ret => 1,
|
||||
},
|
||||
{
|
||||
type => "op",
|
||||
name => "within",
|
||||
param => "TestCase",
|
||||
input => "",
|
||||
ret => 0,
|
||||
ret => 1,
|
||||
},
|
||||
{
|
||||
type => "op",
|
||||
|
Reference in New Issue
Block a user