mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
46 lines
693 B
Perl
46 lines
693 B
Perl
### No Match
|
|
{
|
|
type => "op",
|
|
name => "pmFromFile",
|
|
param => "op/pmFromFile-01.dat",
|
|
input => "xxxyyyzzz",
|
|
ret => 0,
|
|
},
|
|
|
|
### Multiple
|
|
{
|
|
type => "op",
|
|
name => "pmFromFile",
|
|
param => "op/pmFromFile-01.dat",
|
|
input => "defxxxyyy",
|
|
ret => 1,
|
|
},
|
|
{
|
|
type => "op",
|
|
name => "pmFromFile",
|
|
param => "op/pmFromFile-01.dat",
|
|
input => "xxxdefyyy",
|
|
ret => 1,
|
|
},
|
|
{
|
|
type => "op",
|
|
name => "pmFromFile",
|
|
param => "op/pmFromFile-01.dat",
|
|
input => "xxxyyydef",
|
|
ret => 1,
|
|
},
|
|
{
|
|
type => "op",
|
|
name => "pmFromFile",
|
|
param => "op/pmFromFile-01.dat",
|
|
input => "xxx yyy zzz",
|
|
ret => 1,
|
|
},
|
|
{
|
|
type => "op",
|
|
name => "pmFromFile",
|
|
param => "op/pmFromFile-01.dat",
|
|
input => "xxx yyy",
|
|
ret => 0,
|
|
},
|