mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Java: Use MaD summaries for java.util.Hashtable.
This commit is contained in:
@@ -106,6 +106,8 @@ private module Dispatch {
|
||||
t.hasQualifiedName("java.lang", "Cloneable")
|
||||
or
|
||||
t.getPackage().hasName("java.util") and t instanceof Interface
|
||||
or
|
||||
t.hasQualifiedName("java.util", "Hashtable")
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user