Fix Trivy CI: pin libnghttp2-14 to patched deb13u1 for CVE-2026-27135#102
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ashiramin
approved these changes
May 15, 2026
There was a problem hiding this comment.
Pull request overview
Updates the runtime Docker image dependency installation to ensure Trivy no longer flags a fixable HIGH/CRITICAL vulnerability by pinning a patched Debian package version, following the existing approach used for prior transitive-dependency CVE fixes.
Changes:
- Pin
libnghttp2-14to1.64.0-1.1+deb13u1in the runtime-stageapt-get installto address CVE-2026-27135. - Update the Dockerfile comment to document the additional pin and associated CVE.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7 tasks
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
libnghttp2-14, pulled transitively viawget → libcurl3-gnutlsin the runtime image.libnghttp2-14=1.64.0-1.1+deb13u1(the Debian trixie security-tracker fix) alongside the existinglibngtcp2-*pins added in Fix Trivy CI: pin libngtcp2 to patched deb13u1 for CVE-2026-40170 #99 for CVE-2026-40170. Same pattern, same justification.Test plan
trivy image --severity HIGH,CRITICAL --ignore-unfixedon the rebuilt image confirms CVE-2026-27135 dropsSession: d85c2c45 · Worktree: axon/primary
🤖 Generated with Claude Code