Skip to content

OCM-00000 | ci: Update module golang.org/x/text to v0.38.0#3291

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/golang.org-x-text-0.x
Open

OCM-00000 | ci: Update module golang.org/x/text to v0.38.0#3291
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/golang.org-x-text-0.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
golang.org/x/text v0.32.0v0.38.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Jun 25, 2026
@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

go.mod updates several golang.org/x dependency versions in two require blocks. golang.org/x/oauth2 remains unchanged.

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is mostly Renovate boilerplate and omits the required summary, issue context, testing steps, and validation details. Add the template sections with the problem, why, what changed, validation steps, related issues, and any impact or follow-up notes.
✅ Passed checks (14 passed)
Check name Status Explanation
Title check ✅ Passed The title is specific and matches the dependency update, though it only names one of several updated x/* modules.
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.
Stable And Deterministic Test Names ✅ Passed PR only updates go.mod dependency versions; no test files or Ginkgo titles are changed, so the stable-name check is not applicable.
Test Structure And Quality ✅ Passed PR only updates go.mod/go.sum and vendored deps; no Ginkgo test files or test code were changed, so the test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed PR only bumps dependency versions in go.mod; no new or changed e2e tests to assess for MicroShift compatibility.
Single Node Openshift (Sno) Test Compatibility ✅ Passed Dependency-only go.mod update; no new or modified Ginkgo e2e tests were added, so SNO-specific gating isn't implicated.
Topology-Aware Scheduling Compatibility ✅ Passed Diff vs origin/master only changes go.mod, go.sum, and vendored x/* deps; no manifests, controllers, or scheduling specs were modified.
Ote Binary Stdout Contract ✅ Passed This PR only updates go.mod dependency versions; no process-level Go code or stdout writes were changed.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only updates go.mod dependency versions; no new Ginkgo e2e tests or IPv4/external-connectivity code was added.
No-Weak-Crypto ✅ Passed PR only bumps Go deps in go.mod; no exact MD5/SHA1/DES/RC4/3DES/Blowfish/ECB or ConstantTimeCompare usage appears in non-vendor Go code.
Container-Privileges ✅ Passed PR only updates go.mod; no container/K8s manifests are part of the change, so no privileged settings were introduced.
No-Sensitive-Data-In-Logs ✅ Passed PR only bumps dependency versions in go.mod; no logging code or sensitive data exposure was introduced.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/master/golang.org-x-text-0.x

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

@openshift-ci

openshift-ci Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@go.mod`:
- Around line 120-121: Update the golang.org/x/* dependency pins in go.mod so
they are at or above the first fixed releases; specifically raise
golang.org/x/crypto from v0.51.0 to v0.52.0+ and golang.org/x/net from v0.54.0
to v0.55.0+, keeping the existing indirect marker if applicable. Use the go.mod
dependency entries for these modules to locate and adjust the versions.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: a7c85073-39e5-4ab6-b688-38ab00e82f7f

📥 Commits

Reviewing files that changed from the base of the PR and between 2575c7d and 1bdeebf.

⛔ Files ignored due to path filters (109)
  • go.sum is excluded by !**/*.sum
  • vendor/golang.org/x/crypto/ssh/cipher.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/crypto/ssh/client_auth.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/html/iter.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/html/node.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/html/nodetype_string.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/client_conn_pool.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/client_priority_go126.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/client_priority_go127.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/clientconn.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/config.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/frame.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/h2c/h2c.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/http2.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/server.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/server_common.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/server_wrap.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/transport.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/transport_common.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/transport_wrap.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/writesched.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/writesched_common.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/writesched_priority_rfc7540.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/writesched_priority_rfc9218.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/writesched_random.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/writesched_roundrobin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/go118.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/idna.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/idna9.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/pre_go118.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/punycode.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/tables10.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/tables11.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/tables12.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/tables13.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/tables15.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/tables17.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/tables9.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/trie12.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/idna/trie13.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/internal/httpcommon/request.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/internal/httpsfv/httpsfv.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/asm_darwin_arm64_gc.s is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_darwin_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_darwin_arm64_other.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_gccgo_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_other_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_windows_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_x86.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/syscall_darwin_arm64_gc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/zcpu_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/plan9/syscall_plan9.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/affinity_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ioctl_signed.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ioctl_unsigned.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/mkall.sh is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_linux_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_linux_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_linux_loong64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_solaris.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/windows/aliases.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/windows/dll_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/windows/security_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/windows/syscall_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/windows/types_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/windows/zsyscall_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/term/terminal.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/cases/tables10.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/cases/tables11.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/cases/tables12.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/cases/tables15.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/cases/tables17.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/cases/tables9.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/secure/bidirule/bidirule.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/bidi/tables12.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/bidi/tables17.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/norm/forminfo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/norm/tables10.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/norm/tables11.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/norm/tables12.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/norm/tables15.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/norm/tables17.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/unicode/norm/tables9.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/width/tables10.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/width/tables11.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/width/tables12.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/width/tables15.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/width/tables17.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/text/width/tables9.0.0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/tools/go/ast/edge/edge.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/tools/go/ast/inspector/cursor.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/tools/go/ast/inspector/inspector.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/tools/go/ast/inspector/iter.go is excluded by !vendor/**, !**/vendor/**
  • vendor/modules.txt is excluded by !vendor/**, !**/vendor/**
📒 Files selected for processing (1)
  • go.mod

Comment thread go.mod
Comment on lines +120 to +121
golang.org/x/crypto v0.51.0
golang.org/x/net v0.54.0 // indirect

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔒 Security & Privacy | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail
rg -n --type=go 'golang.org/x/(crypto/ssh|net/html)' . || true

Repository: openshift/rosa

Length of output: 2395


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo '--- go.mod require lines ---'
sed -n '110,130p' go.mod

echo
echo '--- repo imports outside vendor ---'
rg -n --glob '!vendor/**' --type=go 'golang.org/x/(crypto/ssh|net/html|crypto/bcrypt|text/cases)' .

echo
echo '--- modules.txt mentions ---'
rg -n '^golang\.org/x/(crypto|net|text) ' vendor/modules.txt || true

Repository: openshift/rosa

Length of output: 1341


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo '--- go.mod require lines ---'
sed -n '110,130p' go.mod

echo
echo '--- repo imports outside vendor ---'
rg -n --glob '!vendor/**' --type=go 'golang.org/x/(crypto/ssh|net/html|crypto/bcrypt|text/cases)' .

echo
echo '--- modules.txt mentions ---'
rg -n '^golang\.org/x/(crypto|net|text) ' vendor/modules.txt || true

Repository: openshift/rosa

Length of output: 1341


Bump the golang.org/x/* pins past the fixed releases

golang.org/x/crypto v0.51.0 and golang.org/x/net v0.54.0 are still below the first fixed releases (v0.52.0 and v0.55.0). This repo pulls in golang.org/x/crypto/bcrypt, and vendored dependencies use golang.org/x/crypto/ssh and golang.org/x/net/html, so these pins should be raised.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@go.mod` around lines 120 - 121, Update the golang.org/x/* dependency pins in
go.mod so they are at or above the first fixed releases; specifically raise
golang.org/x/crypto from v0.51.0 to v0.52.0+ and golang.org/x/net from v0.54.0
to v0.55.0+, keeping the existing indirect marker if applicable. Use the go.mod
dependency entries for these modules to locate and adjust the versions.

Source: Path instructions

@openshift-ci

openshift-ci Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

@red-hat-konflux[bot]: 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.

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 26.17%. Comparing base (0c8b7ed) to head (1bdeebf).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3291   +/-   ##
=======================================
  Coverage   26.17%   26.17%           
=======================================
  Files         334      334           
  Lines       36704    36704           
=======================================
  Hits         9608     9608           
  Misses      26359    26359           
  Partials      737      737           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/golang.org-x-text-0.x branch from 1bdeebf to fd2c3a2 Compare June 25, 2026 22:46
@red-hat-konflux

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
golang.org/x/mod v0.30.0 -> v0.36.0
golang.org/x/sync v0.19.0 -> v0.21.0
golang.org/x/crypto v0.46.0 -> v0.51.0
golang.org/x/net v0.48.0 -> v0.54.0
golang.org/x/sys v0.39.0 -> v0.44.0
golang.org/x/term v0.38.0 -> v0.43.0
golang.org/x/tools v0.39.0 -> v0.45.0

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

♻️ Duplicate comments (1)
go.mod (1)

124-125: 🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

Keep the x/crypto and x/net pins above the fixed releases.

These pins still match the earlier security finding; OSV lists fixes at v0.52.0 for golang.org/x/crypto and v0.55.0 for golang.org/x/net, so the gap remains open. (test.osv.dev)

🔍 Verification
#!/bin/bash
set -euo pipefail
grep -nE 'golang.org/x/(crypto|net)' go.mod
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@go.mod` around lines 124 - 125, The dependency pins for golang.org/x/crypto
and golang.org/x/net are still below the fixed releases, so update the versions
in go.mod to at least the patched levels noted in the review. Keep the existing
module entries for these two dependencies, but bump x/crypto to a release at or
above v0.52.0 and x/net to a release at or above v0.55.0 so the security gap is
closed.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Duplicate comments:
In `@go.mod`:
- Around line 124-125: The dependency pins for golang.org/x/crypto and
golang.org/x/net are still below the fixed releases, so update the versions in
go.mod to at least the patched levels noted in the review. Keep the existing
module entries for these two dependencies, but bump x/crypto to a release at or
above v0.52.0 and x/net to a release at or above v0.55.0 so the security gap is
closed.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 2ead268c-e522-4f78-9277-7f1bcf98a5b3

📥 Commits

Reviewing files that changed from the base of the PR and between 1bdeebf and fd2c3a2.

⛔ Files ignored due to path filters (9)
  • go.sum is excluded by !**/*.sum
  • vendor/golang.org/x/crypto/ssh/cipher.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/crypto/ssh/client_auth.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/html/iter.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/html/node.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/html/nodetype_string.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/client_conn_pool.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/net/http2/client_priority_go126.go is excluded by !vendor/**, !**/vendor/**
📒 Files selected for processing (1)
  • go.mod

@amandahla

Copy link
Copy Markdown
Contributor

/approve
/lgtm
/check-required-labels

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 26, 2026
@openshift-ci

openshift-ci Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: amandahla, red-hat-konflux[bot]

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 Jun 26, 2026
@amandahla

Copy link
Copy Markdown
Contributor

/rebase

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. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant