updated FN matchers

patch-1
Ritik Chaddha 2023-01-17 20:54:08 +05:30 committed by GitHub
parent 39b8abc07d
commit ab48bc6ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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: