mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Update java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll
Autoformat
This commit is contained in:
committed by
GitHub
parent
2ad70cbee2
commit
5912a17ab4
@@ -30,9 +30,7 @@ class CredentialExpr extends VarAccess {
|
||||
}
|
||||
|
||||
class CredentialExprSource extends SensitiveLoggerSource {
|
||||
CredentialExprSource(){
|
||||
this.asExpr() instanceof CredentialExpr
|
||||
}
|
||||
CredentialExprSource() { this.asExpr() instanceof CredentialExpr }
|
||||
}
|
||||
|
||||
/** An instantiation of a (reflexive, transitive) subtype of `java.lang.reflect.Type`. */
|
||||
|
||||
Reference in New Issue
Block a user