kfaraz commented on PR #20236: URL: https://github.com/apache/druid/pull/20236#issuecomment-5646342934
@FrankChen021 , I think we might be hard pressed to upgrade zstd-jni to 1.5.7-14 or higher, since it has been reported to have some vulnerabilities which seem applicable to Druid as well. https://github.com/apache/druid/actions/runs/34683579050/job/103526503953?pr=20236 ``` ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': [ERROR] [ERROR] zstd-jni-1.5.7-11.jar (pkg:maven/com.github.luben/[email protected]): CVE-2026-87823(8.800000190734863), CVE-2026-87795(8.199999809265137) ``` An upgrade of this library was previously considered in the below PRs but postponed since zstd-jni versions post 1.5.7-12 do not support legacy `.zst` formats that may be used in batch ingestion. #20296 #20110 #20258 I think our option at this point is to upgrade the library and document this as a breaking change. cc: @gianm, @cryptoe -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
