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