Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Greylist api on android project #177

Open
hiperioncn opened this issue Sep 8, 2020 · 0 comments
Open

Greylist api on android project #177

hiperioncn opened this issue Sep 8, 2020 · 0 comments

Comments

@hiperioncn
Copy link
Contributor

implementation 'io.paperdb:paperdb:2.7.1'
I found a several greylist api invoke in "com.esotericsoftware:kryo" and "de.javakaffee:kryo-serializers:0.40".
such as:
`
#70: Reflection greylist Ljava/util/ArrayList$SubList;->parentOffset use(s):
Lde/javakaffee/kryoserializers/SubListSerializers$ArrayListSubListSerializer;->()V

#71: Reflection greylist Ljava/util/Arrays$ArrayList;->a use(s):
Lde/javakaffee/kryoserializers/ArraysAsListSerializer;->()V

#72: Reflection greylist Ljava/util/Calendar;->zone use(s):
Lde/javakaffee/kryoserializers/GregorianCalendarSerializer;->()V

#73: Reflection greylist Ljava/util/Collections$SynchronizedCollection;->c use(s):
Lde/javakaffee/kryoserializers/SynchronizedCollectionsSerializer;->()V

#74: Reflection greylist Ljava/util/Collections$SynchronizedMap;->m use(s):
Lde/javakaffee/kryoserializers/SynchronizedCollectionsSerializer;->()V

#75: Reflection greylist Ljava/util/Collections$UnmodifiableCollection;->c use(s):
Lde/javakaffee/kryoserializers/UnmodifiableCollectionsSerializer;->()V

#76: Reflection greylist Ljava/util/Collections$UnmodifiableMap;->m use(s):
Lde/javakaffee/kryoserializers/UnmodifiableCollectionsSerializer;->()V

#77: Reflection greylist Ljava/util/EnumMap;->keyType use(s):
Lde/javakaffee/kryoserializers/EnumMapSerializer;->()V

#78: Reflection greylist Ljava/util/EnumSet;->elementType use(s):
Lde/javakaffee/kryoserializers/EnumSetSerializer;->()V

#79: Reflection greylist Lsun/misc/Unsafe;->theUnsafe use(s):
Lcom/esotericsoftware/kryo/util/UnsafeUtil;->()V
Lorg/objenesis/instantiator/sun/UnsafeFactoryInstantiator;->(Ljava/lang/Class;)V
`
Do you plan to upgrade or replace these libraries to avoid the gray-list problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant