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 bb86a07 commit b5b9c4dCopy full SHA for b5b9c4d
java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll
@@ -29,7 +29,7 @@ class CredentialExpr extends VarAccess {
29
}
30
31
32
-class CredentialExprSource extends SensitiveLoggerSource {
+private class CredentialExprSource extends SensitiveLoggerSource {
33
CredentialExprSource() { this.asExpr() instanceof CredentialExpr }
34
35
0 commit comments