We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ea24f commit 10e5f96Copy full SHA for 10e5f96
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