mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
Update java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll
Java: Make class private
This commit is contained in:
committed by
GitHub
parent
bb86a07a93
commit
b5b9c4d931
@@ -29,7 +29,7 @@ class CredentialExpr extends VarAccess {
|
||||
}
|
||||
}
|
||||
|
||||
class CredentialExprSource extends SensitiveLoggerSource {
|
||||
private class CredentialExprSource extends SensitiveLoggerSource {
|
||||
CredentialExprSource() { this.asExpr() instanceof CredentialExpr }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user