mirror of
https://github.com/github/codeql.git
synced 2026-02-10 20:21:10 +01:00
Update java/ql/src/experimental/semmle/code/java/Logging.qll
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
This commit is contained in:
committed by
Porcuiney Hairs
parent
d0c82d3756
commit
f27d2bdf6d
@@ -19,7 +19,7 @@ class LoggingCall extends MethodAccess {
|
||||
t.hasQualifiedName("com.google.common.flogger", "LoggingApi") or
|
||||
t.hasQualifiedName("java.lang", "System$Logger") or
|
||||
t.hasQualifiedName("java.util.logging", "Logger") or
|
||||
t.hasQualifiedName("android.util.Log", _)
|
||||
t.hasQualifiedName("android.util", "Log")
|
||||
|
|
||||
(
|
||||
m.getDeclaringType().getASourceSupertype*() = t or
|
||||
|
||||
Reference in New Issue
Block a user