Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module golang.org/x/net to v0.23.0 [SECURITY] #505

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
golang.org/x/net v0.21.0 -> v0.23.0 age adoption passing confidence

Warning

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

GitHub Vulnerability Alerts

CVE-2023-45288

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.


Configuration

📅 Schedule: Branch creation - "" (UTC), 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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

openshift-ci bot commented Apr 19, 2024

Hi @renovate[bot]. Thanks for your PR.

I'm waiting for a ComplianceAsCode 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.

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/test-infra repository.

Copy link

@rhmdnd rhmdnd left a comment

Choose a reason for hiding this comment

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

/lgtm

@rhmdnd
Copy link

rhmdnd commented May 3, 2024

/retest-required

Serial tests should be unblocked now.

@renovate renovate bot force-pushed the renovate/go-golang.org/x/net-vulnerability branch from 5ffc4c1 to 9590aa3 Compare May 3, 2024 16:54
@openshift-ci openshift-ci bot removed the lgtm label May 3, 2024
@renovate renovate bot force-pushed the renovate/go-golang.org/x/net-vulnerability branch from 9590aa3 to c5ff6cd Compare May 16, 2024 20:25
Copy link

@rhmdnd rhmdnd left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Jul 12, 2024
Copy link
Author

renovate bot commented Jul 12, 2024

ℹ 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):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/term v0.17.0 -> v0.18.0

@renovate renovate bot force-pushed the renovate/go-golang.org/x/net-vulnerability branch from c5ff6cd to a53643a Compare July 12, 2024 14:51
@openshift-ci openshift-ci bot removed the lgtm label Jul 12, 2024
@renovate renovate bot force-pushed the renovate/go-golang.org/x/net-vulnerability branch from a53643a to fe4b6bd Compare July 12, 2024 14:56
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:505

1 similar comment
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:505

@rhmdnd
Copy link

rhmdnd commented Jul 12, 2024

/test e2e-aws-parallel

Failure due to metrics, which is cropping up elsewhere and we need to investigate.

@rhmdnd
Copy link

rhmdnd commented Jul 15, 2024

/test e2e-aws-serial

Retesting the serial tests since they timed out parsing the ocp4 profile bundle. Looks like a transient issue but there was at least one other patch with a similar failure. However, the rosa and parallel test parse the same profile and didn't seem to have issues.

Copy link

@rhmdnd rhmdnd left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Jul 19, 2024
Copy link

openshift-ci bot commented Jul 19, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: renovate[bot], rhmdnd

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

The pull request process is described here

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

@rhmdnd rhmdnd merged commit 3c1f024 into master Jul 19, 2024
14 checks passed
@rhmdnd rhmdnd deleted the renovate/go-golang.org/x/net-vulnerability branch July 19, 2024 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant