Skip to content

[fs] Force CVE-patched commons-lang3 and snappy-java in hadoop-shaded-3.4 - #8935

Open
thswlsqls wants to merge 1 commit into
apache:masterfrom
thswlsqls:fix/hadoop-shaded-3.4-cve-dep-versions
Open

[fs] Force CVE-patched commons-lang3 and snappy-java in hadoop-shaded-3.4#8935
thswlsqls wants to merge 1 commit into
apache:masterfrom
thswlsqls:fix/hadoop-shaded-3.4-cve-dep-versions

Conversation

@thswlsqls

Copy link
Copy Markdown
Contributor

Purpose

fix #8933

Tests

  • No test added — the module has no Java sources and this is not a runtime change.
  • mvn -pl paimon-filesystems/paimon-hadoop-shaded-3.4 -DfailIfNoTests=false clean install — BUILD SUCCESS (JDK 11).
  • dependency:tree before 3.17.0 / 1.1.10.4, after 3.18.0 / 1.1.10.8; shade log confirms both in the jar.

…-3.4

hadoop-common 3.4.2 pulls commons-lang3 3.17.0 (CVE-2025-48924) and
snappy-java 1.1.10.4 into the shaded jar. Pin both to the versions the
project already adopted, mirroring paimon-hadoop-shaded (apache#8560), and
correct the NOTICE entry for commons-lang3.

Generated-by: Claude Code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] paimon-hadoop-shaded-3.4 bundles commons-lang3 3.17.0 (CVE-2025-48924) despite the declared 3.18.0 bump

1 participant