mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-16 08:27:10 +03:00
This commit is contained in:
45
2.5.13/2.5.x/apache2/t/op/pmFromFile.t
Normal file
45
2.5.13/2.5.x/apache2/t/op/pmFromFile.t
Normal file
@@ -0,0 +1,45 @@
|
||||
### 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,
|
||||
},
|
||||
Reference in New Issue
Block a user