chore: suppress 2026-08-26 OpenSSL Alpine CVE batch pending digest bump - #1288
Merged
Merged
Conversation
Trivy/Grype started blocking PRs (incl. renovate/node-24.x #1287) on 9 new libcrypto3/libssl3 3.5.7-r0 CVEs (CVE-2026-63072/-63073/-63074/-63075/-63076, -18798, -14457, -54874, -75803) disclosed 2026-08-25/26. Alpine's v3.24 tag branch already ships a newer libssl3 3.5.8-r0 (built 2026-08-25) that likely fixes these, but Charon's Dockerfile pins ALPINE_IMAGE by sha256 digest, so it won't pick up the fix until Renovate opens a digest-bump PR. None of the affected code paths (QUIC/CMP/CMS/DTLS/RPK servers) run in this deployment. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
✅ Supply Chain Verification Results✅ PASSED 📦 SBOM Summary
🔍 Vulnerability Scan
📎 Artifacts
Generated by Supply Chain Verification workflow • View Details |
Contributor
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
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
node.js to v24.20.0) on 9 new CVEs againstlibcrypto3/libssl33.5.7-r0 in the Alpine base image: CVE-2026-63072, -63073, -63074, -63075, -63076, -18798, -14457, -54874, -75803 (OpenSSL advisories disclosed 2026-08-25/26).FROM ${ALPINE_IMAGE}stage pinned by digest (alpine:3.24.1@sha256:28bd5fe8...943f8b).v3.24tag branch already publishedlibssl3/libcrypto33.5.8-r0 on 2026-08-25 which likely fixes this batch, but because the Dockerfile pins the base image by digest rather than tag, it won't pick up the fix until Renovate opens a digest-bump PR forALPINE_IMAGE.quic-go(pure Go), and the Go backend uses nativecrypto/tls..trivyignoreand.grype.yamlwith a short 14-day review window (2026-09-09) rather than the usual 30–90 day window, since a fix is likely one digest bump away.Test plan
ALPINE_IMAGE's digest, rebuild and remove this entire suppression batch🤖 Generated with Claude Code