Description
Removing the use of serialization is greatly preferred.
But if serialization over the wire must really happen, then we must use JDK's serialization filtering capability to prevent havoc.
https://docs.oracle.com/javase/10/core/serialization-filtering1.htm#JSCOR-GUID-3ECB288D-E5BD-4412-892F-E9BB11D4C98A
Attachments
Attachments
Issue Links
- causes
-
SOLR-14219 OverseerSolrResponse's serialVersionUID has changed
- Closed
- is related to
-
SOLR-15718 Remove backcompat feature solr.useUnsafeOverseerResponse
- Closed
- relates to
-
SOLR-14117 remove java serialization from AnalyticsShardResponseParser.java
- Open
-
LUCENE-9094 Ban ObjectInputStream and ObjectOutputStream in forbidden-apis
- Closed
- links to