updated FN matchers
parent
39b8abc07d
commit
ab48bc6ec5
|
@ -19,14 +19,19 @@ requests:
|
|||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "PRIMARY KEY"
|
||||
- "DROP TABLE IF EXISTS `ftp_groups`"
|
||||
- "CREATE TABLE"
|
||||
- "PRIMARY KEY"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/sql"
|
||||
- "application/x-sql"
|
||||
- "application/octet-stream"
|
||||
- "text/plain"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue