fix: bump Go to 1.25.11 to fix CVE-2026-42504 and CVE-2026-33811#2101
Merged
Conversation
Upgrade Go stdlib from 1.25.10 to 1.25.11 to remediate: - CVE-2026-42504 (HIGH): maliciously-crafted MIME header DoS - CVE-2026-33811 (HIGH): net package DoS via long host names Fixes: streamnative/eng-support-tickets#4626 Fixes: streamnative/eng-support-tickets#4627 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@shibd:Thanks for your contribution. For this PR, do we need to update docs? |
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
go.mod, and test DockerfileThese vulnerabilities were detected by Trivy in
sn-platform-slim:4.2.1.1:pulsar/bin/pulsarctlcompiled with stdlib v1.25.10, vulnerable to CVE-2026-42504pulsar/plugins/pulsarctl-kubecompiled with stdlib v1.25.9, vulnerable to CVE-2026-33811Files changed
go.mod: bumpedgodirective from 1.25.10 to 1.25.11.github/workflows/ci-*.yml: updatedgo-versionfrom 1.25.10 to 1.25.11scripts/test-docker/Dockerfile: updated base image fromgolang:1.25.10-alpinetogolang:1.25.11-alpineRelated Issues
Test plan
🤖 Generated with Claude Code