ROB-547 Pin azure-cli-mcp Go builder to 1.26.4 (fix CVE-2026-42504/-27145/-42507)#33
Open
Avi-Robusta wants to merge 2 commits into
Open
ROB-547 Pin azure-cli-mcp Go builder to 1.26.4 (fix CVE-2026-42504/-27145/-42507)#33Avi-Robusta wants to merge 2 commits into
Avi-Robusta wants to merge 2 commits into
Conversation
…7145/-42507) The azure-api-mcp binary was built with the floating golang:1.26-alpine tag, which baked Go stdlib 1.26.2 into the shipped image (built 2026-05-07). Pin golang:1.26.4-alpine so the stdlib CVEs (CVE-2026-42504 HIGH, CVE-2026-27145, CVE-2026-42507, and the <1.26.3 stdlib CVEs) are cleared, and bump the image version to 1.0.6 so build-push.sh publishes a fresh tag for Vanta to re-scan. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Pin
servers/azure/Dockerfilebuildergolang:1.26-alpine→golang:1.26.4-alpine, bump image version 1.0.5 → 1.0.6.Why
The latest
mcp/azure-cli-mcpimage (built 2026-05-07) ships Go stdlib 1.26.2 — the floating1.26-alpinetag resolved to 1.26.2 at build time and was baked into theazure-api-mcpbinary. docker scout flags CVE-2026-42504 (HIGH), CVE-2026-27145, CVE-2026-42507 (+ <1.26.3 stdlib CVEs). Go 1.26.4 clears them.Note: the 2026-07-02 Vanta report wrongly listed this as "Fixed in Latest Image" — a scanner false-negative (single
docker scoutcall missed the CVE). Tracked in ROB-547.Verification
Rebuilt locally and re-scanned — stdlib CVEs gone (see PR comment / checks).
Follow-up
Rebuild + push
mcp/azure-cli-mcp:1.0.6viaservers/azure/build-push.sh, then re-point/re-scan in Vanta. Also harden the scanner verification (ROB-547).Linear: ROB-547
🤖 Generated with Claude Code