Remove unneeded nonSuspicious values

This commit is contained in:
Tony Torralba
2022-01-17 10:22:30 +01:00
parent baa1f71a53
commit 5cf664411b

View File

@@ -24,9 +24,7 @@ private string suspicious() {
private string nonSuspicious() {
result = "%hashed%" or
result = "%encrypted%" or
result = "%crypt%" or
result = "%create table%" or
result = "%drop table%"
result = "%crypt%"
}
/**