Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa1f71 commit 5cf6644Copy full SHA for 5cf6644
1 file changed
java/ql/lib/semmle/code/java/security/SensitiveActions.qll
@@ -24,9 +24,7 @@ private string suspicious() {
24
private string nonSuspicious() {
25
result = "%hashed%" or
26
result = "%encrypted%" or
27
- result = "%crypt%" or
28
- result = "%create table%" or
29
- result = "%drop table%"
+ result = "%crypt%"
30
}
31
32
/**
0 commit comments