mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fixed code according to Ivan's review.
This commit is contained in:
@@ -50,3 +50,24 @@
|
||||
input => "abcdefghi",
|
||||
ret => 0,
|
||||
},
|
||||
{
|
||||
type => "op",
|
||||
name => "contains",
|
||||
param => "x",
|
||||
input => "x",
|
||||
ret => 1,
|
||||
},
|
||||
{
|
||||
type => "op",
|
||||
name => "contains",
|
||||
param => "y",
|
||||
input => "xyz",
|
||||
ret => 1,
|
||||
},
|
||||
{
|
||||
type => "op",
|
||||
name => "contains",
|
||||
param => "hiding",
|
||||
input => "hidinX<-not quite, but is later on->hiding",
|
||||
ret => 1,
|
||||
},
|
||||
|
Reference in New Issue
Block a user