-
Notifications
You must be signed in to change notification settings - Fork 750
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
bump xstream to 1.4.21 #4684
base: master
Are you sure you want to change the base?
bump xstream to 1.4.21 #4684
Conversation
Looks like this needs some work in the suggester:
|
It seems that the recent version of xtream got more strict in terms of (de)serialization and now demands explicit converter, in our case for the Lucene's Looking at com.thoughtworks.xstream.converters.extended no such thing is there. Some inspiration can be found e.g. on x-stream/xstream#293 |
The default void putAll(File fromFile) throws IOException {
synchronized(this) {
JsonSerializer.putAll(fromFile, this, Collections.emptyList());
}
} |
fixes https://osv.dev/vulnerability/GHSA-hfq9-hggm-c56q