jlfsdtc opened a new pull request, #2354: URL: https://github.com/apache/kylin/pull/2354
Event, SegmentRange and BroadcastEventReadyNotifier use @JsonTypeInfo(Id.CLASS), which lets an attacker-supplied @class id load arbitrary classes (deserialization gadget attack). Set a BasicPolymorphicTypeValidator that only allows org.apache.kylin.* subtypes on the JsonUtil mappers and on the Spring HTTP converter ObjectMapper in AppConfig. -- 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]
