mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Fixed: tests for detectSQLi
This commit is contained in:
parent
2c833f1c0d
commit
835661964c
@ -1,18 +1,18 @@
|
||||
{
|
||||
type => "op",
|
||||
name => "issqli",
|
||||
name => "detectSQLi",
|
||||
input => "",
|
||||
ret => 0
|
||||
},
|
||||
{
|
||||
type => "op",
|
||||
name => "issqli",
|
||||
name => "detectSQLi",
|
||||
input => "this is not isqli",
|
||||
ret => 0
|
||||
},
|
||||
{
|
||||
type => "op",
|
||||
name => "issqli",
|
||||
name => "detectSQLi",
|
||||
input => "ascii(substring(version() from 1 for 1))",
|
||||
ret => 1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user