update builder to 1.26 and fix x/net - #177
Conversation
hel-9-release-golang-1.26-openshift-5.0 CVE fixes: Bumped golang.org/x/net from v0.53.0 → v0.57.0 (latest available, well past the v0.55.0 fixed version), which resolves: CVE-2026-25681 (XSS via x/net/html) CVE-2026-27136 (XSS via HTML parsing bypass) CVE-2026-39821 (privilege escalation via Punycode/x/net/idna) Since go get pulls the golang.org/x/* module family together, this also upgraded co-versioned indirect deps: x/mod 0.35.0→0.37.0, x/sync 0.20.0→0.22.0, x/sys 0.43.0→0.47.0, x/term 0.42.0→0.45.0, x/text 0.36.0→0.40.0, x/tools 0.44.0→0.47.0. Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
|
Important Review skippedToo many files! This PR contains 150 files, which is 50 over the limit of 100. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (160)
You can disable this status message by setting the ✨ 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 |
|
/cherry-pick release-0.21 |
|
@weshayutin: once the present PR merges, I will cherry-pick it on top of 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. |
|
/retest |
Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: razo7, weshayutin 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 |
|
/cherry-pick release-0.21 |
|
@razo7: once the present PR merges, I will cherry-pick it on top of 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. |
|
@weshayutin: new pull request created: #179 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. |
rhel-9-release-golang-1.26-openshift-5.0
CVE fixes: Bumped golang.org/x/net from
v0.53.0 → v0.57.0 (latest available, well
past the v0.55.0 fixed version), which resolves:
CVE-2026-25681 (XSS via x/net/html)
CVE-2026-27136 (XSS via HTML parsing bypass)
CVE-2026-39821 (privilege escalation via Punycode/x/net/idna) Since go get pulls the golang.org/x/* module family together, this also upgraded co-versioned
indirect deps: x/mod 0.35.0→0.37.0, x/sync 0.20.0→0.22.0, x/sys 0.43.0→0.47.0, x/term 0.42.0→0.45.0, x/text
0.36.0→0.40.0, x/tools 0.44.0→0.47.0.