mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
19 lines
269 B
Perl
19 lines
269 B
Perl
{
|
|
type => "op",
|
|
name => "issqli",
|
|
input => "",
|
|
ret => 0
|
|
},
|
|
{
|
|
type => "op",
|
|
name => "issqli",
|
|
input => "this is not isqli",
|
|
ret => 0
|
|
},
|
|
{
|
|
type => "op",
|
|
name => "issqli",
|
|
input => "ascii(substring(version() from 1 for 1))",
|
|
ret => 1
|
|
}
|