Skip to content

Add info about transitive dependencies to CVE Remediation#3402

Open
s-stumbo wants to merge 2 commits into
mainfrom
remediated-updates
Open

Add info about transitive dependencies to CVE Remediation#3402
s-stumbo wants to merge 2 commits into
mainfrom
remediated-updates

Conversation

@s-stumbo

@s-stumbo s-stumbo commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

[ ] Check if this is a typo or other quick fix and ignore the rest :)

Type of change

Update to CVE Remediation page

What should this PR do?

  • Clarify that installing a +cgr.N package doesn't automatically remediate its entire dependency tree.
  • Adds a "Remediation and transitive dependencies" subsection to the CVE remediation page explaining that Chainguard publishes +cgr.N versions only where there's a remediation to deliver
  • Adds note about how this differs for Java

Why are we making this change?

Feedback from Slack: https://chainguard-dev.slack.com/archives/C07FTFZNP51/p1780493504623989

What are the acceptance criteria?

  • Content should be clear and accurate

How should this PR be tested?

Any documentation published to Chainguard Academy is reviewed carefully for accuracy. GUI procedures, API commands, and CLI code snippets in a draft are run and tested thoroughly — by both the author and the reviewer — to confirm they work exactly as written. This helps ensure that readers can follow along and get the same results. See the edu repo's README.

Review the deploy preview to ensure content appears as expected.

---Created in collaboration with Claude Code running Claude Opus 4.8 (1M context) on 2026-06-09.

Signed-off-by: s-stumbo <sally.stumbo@chainguard.dev>
@s-stumbo s-stumbo requested a review from a team as a code owner June 9, 2026 15:18
@netlify

netlify Bot commented Jun 9, 2026

Copy link
Copy Markdown

Deploy Preview for ornate-narwhal-088216 ready!

Name Link
🔨 Latest commit 2c5bb8b
🔍 Latest deploy log https://app.netlify.com/projects/ornate-narwhal-088216/deploys/6a2ab83f5547be00088c108d
😎 Deploy Preview https://deploy-preview-3402--ornate-narwhal-088216.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@matthewhelmke matthewhelmke left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: s-stumbo <sally.stumbo@chainguard.dev>
**Java**

Java remediation behavior differs from Python. Because Maven POMs typically pin dependencies to exact versions rather than using version ranges, Chainguard may update a package's POM dependency tree directly to reference remediated versions of its dependencies. This means transitive dependencies can receive CVE remediations without requiring changes to your own dependency declarations.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

users should use Maven and other tools to make sure the right deps are used and potentially use dependenncyManagement and other means to override

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.

3 participants