mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Remove unneeded nonSuspicious values
This commit is contained in:
@@ -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%"
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user