keith-turner commented on issue #2473: URL: https://github.com/apache/accumulo/issues/2473#issuecomment-1033835874
> It should be safer to serialize records than general Java objects Looking around for what we could do now to make things safer, found the following. Maybe we could use the new ObjectInputFilter added in Java 9 to explicitly limit what classes FATE can deserialize. https://www.oracle.com/java/technologies/javase/seccodeguide.html#8 https://docs.oracle.com/javase/9/docs/api/java/io/ObjectInputFilter.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
