Skip to content

Commit 000d894

Browse files
committed
Include Gradle Logging
1 parent 048a33e commit 000d894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/CWE-532/SensitiveInfoLog.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import PathGraph
1616
class LoggerType extends RefType {
1717
LoggerType() {
1818
this.hasQualifiedName("org.apache.log4j", "Category") or //Log4J
19-
this.hasQualifiedName("org.slf4j", "Logger") //SLF4j
19+
this.hasQualifiedName("org.slf4j", "Logger") //SLF4j and Gradle Logging
2020
}
2121
}
2222

0 commit comments

Comments
 (0)