Files
ModSecurity/tests/op/detectSQLi.t
2013-08-23 13:54:30 +03:00

19 lines
281 B
Perl

{
type => "op",
name => "detectSQLi",
input => "",
ret => 0
},
{
type => "op",
name => "detectSQLi",
input => "this is not isqli",
ret => 0
},
{
type => "op",
name => "detectSQLi",
input => "ascii(substring(version() from 1 for 1))",
ret => 1
}