Skip to content

[release-ocm-2.16] ACM-36105: CVE-2026-39835 Bump golang.org/x/crypto to v0.52.0 through indirect dependency conversion (client module)#10624

Open
shay23bra wants to merge 3 commits into
openshift:release-ocm-2.16from
shay23bra:cve-CVE-2026-39835-de2c00fe-3c4f89
Open

[release-ocm-2.16] ACM-36105: CVE-2026-39835 Bump golang.org/x/crypto to v0.52.0 through indirect dependency conversion (client module)#10624
shay23bra wants to merge 3 commits into
openshift:release-ocm-2.16from
shay23bra:cve-CVE-2026-39835-de2c00fe-3c4f89

Conversation

@shay23bra

Copy link
Copy Markdown
Contributor

Bump golang.org/x/crypto to v0.52.0 to fix CVE-2026-39835 through indirect dependency conversion

Strategy Selection

Strategies Not Applicable

  • Direct dependency version bump
    Not applicable: dependency is indirect. Direct version bumps only work for explicitly required modules.

  • Direct dependency major version upgrade
    Not applicable: dependency is indirect. Major version upgrades only apply to direct dependencies.

  • Indirect dependency fix via parent update
    Exception: unhandled errors in a TaskGroup (2 sub-exceptions)

✓ Successful Strategy: Indirect to direct dependency conversion

Converted indirect dependency to direct requirement. Necessary because parent modules don't provide a fixed version.

https://redhat.atlassian.net/browse/ACM-36105


This PR was automatically generated by the CVE Automation tool.
For questions or issues, reach out in #cve-automation.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci-robot

Copy link
Copy Markdown

@shay23bra: This pull request references ACM-36105 which is a valid jira issue.

Details

In response to this:

Bump golang.org/x/crypto to v0.52.0 to fix CVE-2026-39835 through indirect dependency conversion

Strategy Selection

Strategies Not Applicable

  • Direct dependency version bump
    Not applicable: dependency is indirect. Direct version bumps only work for explicitly required modules.

  • Direct dependency major version upgrade
    Not applicable: dependency is indirect. Major version upgrades only apply to direct dependencies.

  • Indirect dependency fix via parent update
    Exception: unhandled errors in a TaskGroup (2 sub-exceptions)

✓ Successful Strategy: Indirect to direct dependency conversion

Converted indirect dependency to direct requirement. Necessary because parent modules don't provide a fixed version.

https://redhat.atlassian.net/browse/ACM-36105


This PR was automatically generated by the CVE Automation tool.
For questions or issues, reach out in #cve-automation.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 13, 2026
@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 352733b3-7ddf-4f04-90cd-ce8f0b36bf51

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-ci openshift-ci Bot requested review from eliorerz and romfreiman July 13, 2026 07:50
@openshift-ci openshift-ci Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 13, 2026
@cve-automation

Copy link
Copy Markdown

/retest

@gamli75

gamli75 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

/retest-required

@codecov

codecov Bot commented Jul 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.01%. Comparing base (5a8f409) to head (8881e3f).

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                  @@
##           release-ocm-2.16   #10624      +/-   ##
====================================================
- Coverage             44.02%   44.01%   -0.01%     
====================================================
  Files                   417      417              
  Lines                 72164    72164              
====================================================
- Hits                  31768    31762       -6     
- Misses                37509    37513       +4     
- Partials               2887     2889       +2     

see 4 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gamli75

gamli75 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

/override ci/prow/e2e-ai-operator-ztp-3masters

@gamli75

gamli75 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

/approve
/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 14, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling required tests:
/test e2e-ai-operator-ztp-3masters

@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gamli75, shay23bra

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:

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 14, 2026
@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown

@gamli75: Overrode contexts on behalf of gamli75: ci/prow/e2e-ai-operator-ztp-3masters

Details

In response to this:

/override ci/prow/e2e-ai-operator-ztp-3masters

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 added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 14, 2026
@shay23bra shay23bra force-pushed the cve-CVE-2026-39835-de2c00fe-3c4f89 branch from a35b1bc to 2b72eb8 Compare July 14, 2026 14:07
@openshift-ci openshift-ci Bot removed lgtm Indicates that a PR is ready to be merged. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jul 14, 2026
@gamli75

gamli75 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

/override ci/prow/e2e-ai-operator-ztp-3masters

@gamli75

gamli75 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 14, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling required tests:
/test e2e-ai-operator-ztp-3masters

@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown

@gamli75: Overrode contexts on behalf of gamli75: ci/prow/e2e-ai-operator-ztp-3masters

Details

In response to this:

/override ci/prow/e2e-ai-operator-ztp-3masters

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-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 5a8f409 and 2 for PR HEAD 2b72eb8 in total

@gamli75

gamli75 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

/test verify-generated-code

@gamli75

gamli75 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

/test verify-generated-code

@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 15, 2026
@openshift-ci

openshift-ci Bot commented Jul 15, 2026

Copy link
Copy Markdown

New changes are detected. LGTM label has been removed.

@openshift-ci

openshift-ci Bot commented Jul 15, 2026

Copy link
Copy Markdown

@shay23bra: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/verify-generated-code 8881e3f link true /test verify-generated-code

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

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

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants