Skip to content
Merged
Prev Previous commit
Next Next commit
Remove unneeded nonSuspicious values
  • Loading branch information
atorralba committed Jan 21, 2022
commit 5cf664411b2e48279cd82cf50e505808f41da3d3
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
}

/**
Expand Down