Skip to content

[release-ocm-2.13] ACM-34225: CVE-2026-34986 Bump github.com/go-jose/go-jose/v4 to v4.1.4 using replace directive (models module)#10347

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:release-ocm-2.13from
shay23bra:cve-CVE-2026-34986-e9967032-8160fe
May 19, 2026
Merged

[release-ocm-2.13] ACM-34225: CVE-2026-34986 Bump github.com/go-jose/go-jose/v4 to v4.1.4 using replace directive (models module)#10347
openshift-merge-bot[bot] merged 1 commit into
openshift:release-ocm-2.13from
shay23bra:cve-CVE-2026-34986-e9967032-8160fe

Conversation

@shay23bra
Copy link
Copy Markdown
Contributor

Bump github.com/go-jose/go-jose/v4 to v4.1.4 to fix CVE-2026-34986 using a replace directive

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

    • No suitable versions found for introducer:
      • github.com/openshift/assisted-service
  • Indirect to direct dependency conversion
    Attempted to pin github.com/go-jose/go-jose/v4 to a fixed version, but Go reverted it to indirect at v4.0.5. No other module requires this version directly, so the explicit requirement was automatically removed by Go's module resolution.

✓ Successful Strategy: Replace directive workaround

Added replace directive to override module resolution. Used as last resort when standard updates fail.

https://redhat.atlassian.net/browse/ACM-34225
https://redhat.atlassian.net/browse/ACM-34226


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

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 19, 2026
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented May 19, 2026

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

Details

In response to this:

Bump github.com/go-jose/go-jose/v4 to v4.1.4 to fix CVE-2026-34986 using a replace directive

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

  • No suitable versions found for introducer:

    • github.com/openshift/assisted-service
  • Indirect to direct dependency conversion
    Attempted to pin github.com/go-jose/go-jose/v4 to a fixed version, but Go reverted it to indirect at v4.0.5. No other module requires this version directly, so the explicit requirement was automatically removed by Go's module resolution.

✓ Successful Strategy: Replace directive workaround

Added replace directive to override module resolution. Used as last resort when standard updates fail.

https://redhat.atlassian.net/browse/ACM-34225
https://redhat.atlassian.net/browse/ACM-34226


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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 19, 2026

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: be0abe0c-fdf1-46e7-b979-866cc5bc5f4e

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 and usage tips.

@openshift-ci openshift-ci Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 19, 2026
@openshift-ci openshift-ci Bot requested review from eliorerz and rccrdpccl May 19, 2026 11:28
@codecov
Copy link
Copy Markdown

codecov Bot commented May 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.77%. Comparing base (f4289b8) to head (ccb0161).
⚠️ Report is 4 commits behind head on release-ocm-2.13.

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                  @@
##           release-ocm-2.13   #10347      +/-   ##
====================================================
- Coverage             42.78%   42.77%   -0.01%     
====================================================
  Files                   346      346              
  Lines                 65935    65935              
====================================================
- Hits                  28207    28206       -1     
- Misses                35194    35195       +1     
  Partials               2534     2534              

see 1 file with indirect coverage changes

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

@gamli75
Copy link
Copy Markdown
Contributor

gamli75 commented May 19, 2026

/approve
/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 19, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 19, 2026

[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 May 19, 2026
@gamli75
Copy link
Copy Markdown
Contributor

gamli75 commented May 19, 2026

/test unit-test

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 19, 2026

@shay23bra: all tests passed!

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.

@openshift-merge-bot openshift-merge-bot Bot merged commit e9ae806 into openshift:release-ocm-2.13 May 19, 2026
12 checks passed
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. lgtm Indicates that a PR is ready to be merged. 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