Update Go to 1.26.5 to fix CVE-2026-39822 and CVE-2026-42505 - #610
Update Go to 1.26.5 to fix CVE-2026-39822 and CVE-2026-42505#610redhat-chai-bot wants to merge 1 commit into
Conversation
Bump the Go directive in go.mod from 1.26.0 to 1.26.5 to address: - CVE-2026-39822 (Important, CVSS 8.1) - Go stdlib vulnerability - CVE-2026-42505 (Moderate, CVSS 5.3) - Go stdlib vulnerability Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: redhat-chai-bot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughThe module’s declared Go version changes from 1.26.0 to 1.26.5. ChangesGo version update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@redhat-chai-bot: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
Update Go version from 1.26.0 to 1.26.5 in
go.modto remediate two stdlib CVEs identified in ROSAENG-63302.CVEs Fixed
Changes
go.modGo version directive:go 1.26.0→go 1.26.5go mod tidy(no dependency changes required)Testing
make vet— passedmake test— all 27 test packages passedNotes
This PR addresses only the Go stdlib CVEs. The remaining CVEs in ROSAENG-63302 are in base-image RPM packages and require a base image update through boilerplate.
References
AI-generated. Review for accuracy.
@samanthajayasinghe requested in Slack thread
Summary by CodeRabbit