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