fix(deps): migrate shadow plugin to com.gradleup.shadow 8.3.9 (COMP-1547)#119
Closed
cristianrcv wants to merge 1 commit into
Closed
fix(deps): migrate shadow plugin to com.gradleup.shadow 8.3.9 (COMP-1547)#119cristianrcv wants to merge 1 commit into
cristianrcv wants to merge 1 commit into
Conversation
…547) The com.github.johnrengelman.shadow 8.1.1 build plugin pulls in the vulnerable org.codehaus.plexus:plexus-utils 3.5.1 transitively. Its final release under that coordinate is 8.1.1, so it cannot be upgraded in place. The maintained successor com.gradleup.shadow 8.3.9 (same 8.x line, API-compatible for the shadowJar usage here) ships plexus-utils 4.0.2, which is >= the patched 3.6.1. Addresses CVE-2025-67030 / GHSA-6fmv-xxpf-w3cw See: https://github.com/seqeralabs/wave-cli/security/dependabot/15 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Fixed within the scope of #120 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
com.github.johnrengelman.shadow8.1.1 Gradle build plugin transitively pulls in the vulnerableorg.codehaus.plexus:plexus-utils3.5.1 (Directory Traversal inExpand.extractFile).8.1.1is the final release under thecom.github.johnrengelman.shadowcoordinate, so it cannot be bumped in place.com.gradleup.shadow8.3.9 (same 8.x line, API-compatible with theshadowJarusage in this repo), which shipsplexus-utils4.0.2 — at or above the patched3.6.1.Verified locally:
./gradlew shadowJarbuilds successfully under the project's Java 21 toolchain and producesapp/build/libs/wave.jaras before.JIRA
COMP-1547: Fix Plexus-Utils has a Directory Traversal vulnerability in its extractFile method
Security Advisory
https://github.com/seqeralabs/wave-cli/security/dependabot/15
🤖 Generated with Claude Code