mirror of
https://github.com/corda/corda.git
synced 2025-06-13 20:58:19 +00:00
Add WeakHashMap to the blacklist
This commit is contained in:
@ -40,6 +40,7 @@ object AllButBlacklisted : ClassWhitelist {
|
||||
Thread::class.java.name,
|
||||
HashSet::class.java.name,
|
||||
HashMap::class.java.name,
|
||||
WeakHashMap::class.java.name,
|
||||
Dictionary::class.java.name, // Deprecated (marked obsolete) in the jdk
|
||||
Hashtable::class.java.name, // see [Dictionary]
|
||||
ClassLoader::class.java.name,
|
||||
|
Reference in New Issue
Block a user