Skip to content

Commit b5b9c4d

Browse files
authored
Update java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll
Java: Make class private
1 parent bb86a07 commit b5b9c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class CredentialExpr extends VarAccess {
2929
}
3030
}
3131

32-
class CredentialExprSource extends SensitiveLoggerSource {
32+
private class CredentialExprSource extends SensitiveLoggerSource {
3333
CredentialExprSource() { this.asExpr() instanceof CredentialExpr }
3434
}
3535

0 commit comments

Comments
 (0)