SerializationIsBad

SerializationIsBad

4M Downloads

CustomOreGen

TheAndrey opened this issue ยท 1 comments

commented

The CustomOreGen mod should be added to the list.

The code contains the usage of ObjectInputStream via SerializationUtils.

https://github.com/lawremi/CustomOreGen/blob/master/src/main/java/CustomOreGen/CustomPacketPayload.java#L29

commented

I've added it to the list of affected mods, thank you for reporting!
I'm currently looking for a good solution to properly patch that one as well since it is not using OIS directly