thswlsqls opened a new pull request, #8560: URL: https://github.com/apache/paimon/pull/8560
### Purpose fix #8558 - `paimon-hadoop-shaded`'s NOTICE declares `commons-lang3:3.18.0` and `snappy-java:1.1.10.8`, but the shaded jar bundled the transitive `3.12.0` / `1.1.8.2` from `hadoop-common:3.3.4` — the CVE fixes #6781 (CVE-2025-48924) and #7383 only touched NOTICE / an inert root property, so they never reached this artifact. - Add `dependencyManagement` overrides pinning both to the versions the NOTICE already declares, mirroring the existing `commons-beanutils` security bump in the same pom. No NOTICE change needed. - Fix propagates to `paimon-hadoop-uber` and the oss/s3/obs/cosn/azure `-impl` modules, which bundle hadoop through this module. ### Tests - Build-config change (no runtime behavior), same shape as the existing `commons-beanutils` bump — no unit test added. - `mvn -pl paimon-filesystems/paimon-hadoop-shaded dependency:tree` now resolves `commons-lang3:3.18.0` and `snappy-java:1.1.10.8`. - `mvn -pl paimon-filesystems/paimon-hadoop-shaded clean install` passes (shade + checkstyle + rat); the shaded jar bundles commons-lang3 3.18.0 and snappy-java 1.1.10.8. -- 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]
