Conversation
|
@dislbenn: GitHub didn't allow me to request PR reviews from the following users: dislbenn. Note that only stolostron members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dislbenn The full list of commands accepted by this bot can be found here. The pull request process is described 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe module requirement and KinD workflow matrix now use Go ChangesGo version alignment
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This PR updates the Go toolchain version and matching CI configuration to the patched release. No actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
Patches 6 Go stdlib vulnerabilities by bumping the toolchain version from 1.26.3 to 1.26.6: - CVE-2026-56853 (net/http HTTP/2 DoS) - ACM-41609 - CVE-2026-56860 (net/url DoS) - ACM-41608 - CVE-2026-56859 (XML recursion DoS) - ACM-41607 - CVE-2026-56858 (html/template XSS) - ACM-41606 - CVE-2026-56862 (crypto/tls DoS) - ACM-41605 - CVE-2026-33818 (encoding/asn1 recursion DoS) - ACM-41604 Dockerfile builder image is left as the floating 'golang:1.26' tag, which will pick up the patched version automatically. Signed-off-by: dislbenn <dbennett@redhat.com>
b17ad82 to
ae1967f
Compare
|
|
This pull request has been marked as stale due to inactivity for 5 days. It will be closed in 7 days if no further activity occurs. |
|
/retest |
1 similar comment
|
/retest |
|
/retest |
|
This pull request has been marked as stale due to inactivity for 5 days. It will be closed in 7 days if no further activity occurs. |
|
Closing this PR in favor of #2346 |



Description
Bumps the Go toolchain from 1.26.3 to 1.26.6 to patch six stdlib CVEs affecting discovery-rhel9.
Related Issue
Changes Made
go.mod:go 1.26.3→go 1.26.6.github/workflows/kind.yaml: CI Go version matrix1.26.3→1.26.6Dockerfilebuilder image intentionally left as the floatinggolang:1.26tag, which will pick up the patched 1.26.6 release automatically on next build.Screenshots (if applicable)
N/A
Checklist
Additional Notes
Verified locally with Go 1.26.6:
go mod tidy— nogo.sumchanges requiredmake build— succeedsmake test— all unit tests passReviewers
/cc
Definition of Done
Summary by CodeRabbit