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 048a33e commit 000d894Copy full SHA for 000d894
java/ql/src/experimental/CWE-532/SensitiveInfoLog.ql
@@ -16,7 +16,7 @@ import PathGraph
16
class LoggerType extends RefType {
17
LoggerType() {
18
this.hasQualifiedName("org.apache.log4j", "Category") or //Log4J
19
- this.hasQualifiedName("org.slf4j", "Logger") //SLF4j
+ this.hasQualifiedName("org.slf4j", "Logger") //SLF4j and Gradle Logging
20
}
21
22
0 commit comments