Skip to content

fix cves for net, crypto#21

Open
weshayutin wants to merge 1 commit into
migtools:oadp-devfrom
weshayutin:oadpdevcve
Open

fix cves for net, crypto#21
weshayutin wants to merge 1 commit into
migtools:oadp-devfrom
weshayutin:oadpdevcve

Conversation

@weshayutin

@weshayutin weshayutin commented Jul 1, 2026

Copy link
Copy Markdown

Fix: x/crypto
CVE-2026-39827, CVE-2026-39828, CVE-2026-39829, CVE-2026-39830,
CVE-2026-39832, CVE-2026-39835, CVE-2026-42508, CVE-2026-46595,
CVE-2026-46597

Fix: x/net
CVE-2026-25681, CVE-2026-27136, CVE-2026-33814, CVE-2026-39821, CVE-2026-42502

bump: x/sys and x/text

Summary by CodeRabbit

  • Chores
    • Updated several Go library dependencies to newer versions, including cryptography, text handling, networking, and system packages.
    • These updates help keep the app current with upstream improvements and fixes.

Fix: x/crypto
CVE-2026-39827, CVE-2026-39828, CVE-2026-39829, CVE-2026-39830,
CVE-2026-39832, CVE-2026-39835, CVE-2026-42508, CVE-2026-46595,
CVE-2026-46597

Fix: x/net
CVE-2026-25681, CVE-2026-27136, CVE-2026-33814, CVE-2026-39821,
CVE-2026-42502

bump: x/sys and x/text

Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7b99ded9-f9e3-4b9c-a250-f579b09de5b1

📥 Commits

Reviewing files that changed from the base of the PR and between 5919ff8 and 579c7f6.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

📝 Walkthrough

Walkthrough

This change updates version pins in go.mod for golang.org/x/crypto, golang.org/x/text, and indirect dependencies golang.org/x/net and golang.org/x/sys.

Changes

Go Module Dependency Updates

Layer / File(s) Summary
Direct and indirect x/* version bumps
go.mod
Bumps golang.org/x/crypto (v0.50.0→v0.52.0), golang.org/x/text (v0.36.0→v0.37.0), and indirect golang.org/x/net (v0.52.0→v0.55.0), golang.org/x/sys (v0.43.0→v0.45.0); golang.org/x/image and golang.org/x/sync remain unchanged.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: updating x/net and x/crypto dependencies to fix CVEs.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@weshayutin

Copy link
Copy Markdown
Author

/cherry-pick oadp-1.6

@openshift-cherrypick-robot

Copy link
Copy Markdown

@weshayutin: once the present PR merges, I will cherry-pick it on top of oadp-1.6 in a new PR and assign it to you.

Details

In response to this:

/cherry-pick oadp-1.6

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.

@openshift-ci

openshift-ci Bot commented Jul 1, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: shubham-pampattiwar, weshayutin

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [shubham-pampattiwar,weshayutin]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants