mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fixed: tests for detectSQLi
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user