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 2ad70cb commit 5912a17Copy full SHA for 5912a17
java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll
@@ -30,9 +30,7 @@ class CredentialExpr extends VarAccess {
30
}
31
32
class CredentialExprSource extends SensitiveLoggerSource {
33
- CredentialExprSource(){
34
- this.asExpr() instanceof CredentialExpr
35
- }
+ CredentialExprSource() { this.asExpr() instanceof CredentialExpr }
36
37
38
/** An instantiation of a (reflexive, transitive) subtype of `java.lang.reflect.Type`. */
0 commit comments