Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

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

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.

CVE-2025-22870

Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.


Configuration

📅 Schedule: Branch creation - "" in timezone UTC, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file security labels Aug 6, 2024
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch 2 times, most recently from 414340c to c27a8ad Compare September 6, 2024 16:03
@packit-as-a-service
Copy link

Ephemeral COPR build failed. @containers/packit-build please check.

@kwilczynski
Copy link
Member

/approve
/lgtm

@kwilczynski
Copy link
Member

/retest

@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from c27a8ad to 9da4a8b Compare September 9, 2024 21:29
@renovate renovate bot changed the title chore(deps): update module golang.org/x/net to v0.23.0 [security] Update module golang.org/x/net to v0.23.0 [SECURITY] Sep 9, 2024
@renovate renovate bot changed the title Update module golang.org/x/net to v0.23.0 [SECURITY] chore(deps): update module golang.org/x/net to v0.23.0 [security] Sep 9, 2024
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 9da4a8b to ffc0307 Compare September 9, 2024 21:31
@kwilczynski
Copy link
Member

/approve
/lgtm

@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from ffc0307 to ee06f18 Compare September 12, 2024 16:51
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from ee06f18 to d00e763 Compare September 23, 2024 17:11
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from d00e763 to f457a90 Compare October 2, 2024 18:53
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch 2 times, most recently from b0532ee to 84e7a40 Compare December 11, 2024 03:11
@renovate renovate bot changed the title chore(deps): update module golang.org/x/net to v0.23.0 [security] chore(deps): update module golang.org/x/net to v0.33.0 [security] Dec 19, 2024
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 84e7a40 to b89af5a Compare December 19, 2024 01:43
@renovate
Copy link
Contributor Author

renovate bot commented Dec 19, 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):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/sys v0.20.0 -> v0.28.0
golang.org/x/text v0.14.0 -> v0.21.0
golang.org/x/tools v0.16.1 -> v0.21.1-0.20240508182429-e35e4ccd0d2d

@kwilczynski
Copy link
Member

/approve
/lgtm

@renovate renovate bot changed the title chore(deps): update module golang.org/x/net to v0.33.0 [security] Update module golang.org/x/net to v0.33.0 [SECURITY] Jan 9, 2025
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from b89af5a to 5d641a8 Compare January 9, 2025 15:26
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 5d641a8 to cb67bf3 Compare February 11, 2025 15:34
@renovate renovate bot changed the title Update module golang.org/x/net to v0.33.0 [SECURITY] chore(deps): update module golang.org/x/net to v0.33.0 [security] Feb 24, 2025
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch 2 times, most recently from 46f2bfb to c9d2a2b Compare February 25, 2025 18:04
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from c9d2a2b to ca57bb1 Compare March 13, 2025 01:48
@renovate renovate bot changed the title chore(deps): update module golang.org/x/net to v0.33.0 [security] chore(deps): update module golang.org/x/net to v0.36.0 [security] Mar 13, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Mar 13, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: module golang.org/x/net@v0.36.0 requires go >= 1.23.0; switching to go1.23.7
go: downloading go1.23.7 (linux/amd64)
go: download go1.23.7: golang.org/toolchain@v0.0.1-go1.23.7.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot changed the title chore(deps): update module golang.org/x/net to v0.36.0 [security] chore(deps): update module golang.org/x/net to v0.36.0 [security] - autoclosed Mar 20, 2025
@renovate renovate bot closed this Mar 20, 2025
@renovate renovate bot deleted the renovate/go-golang.org-x-net-vulnerability branch March 20, 2025 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants