chore(deps): update module golang.org/x/net to v0.53.0 [security] (release-1.20)#989
Merged
jbw976 merged 1 commit intoMay 21, 2026
Conversation
Contributor
Author
|
cf37c49 to
617df15
Compare
89b4d7d to
25c10e7
Compare
jbw976
added a commit
to jbw976/crossplane-runtime
that referenced
this pull request
May 21, 2026
The pending x/net v0.53.0 security backport (crossplane#989) requires Go 1.25 because x/net@v0.53.0 declares `go 1.25.0` in its go.mod. Bumping the Earthfile's Go and golangci-lint pins keeps `go mod download` and the lint target green once crossplane#989 lands, and completes the v1 -> v2 golangci-lint migration crossplane#977 deferred. The install.sh URL is also moved from the deprecated `master` branch to the canonical `https://golangci-lint.run/install.sh`. The `master` script's checksum grep matches both the `.tar.gz` and `.tar.gz.sbom.json` assets added in v2.12.0, breaking installs (see golangci/golangci-lint#6539). .golangci.yml is migrated to v2 via `golangci-lint migrate`, with the disable and test-exclusion lists aligned to main. The `run.go: "1.24"` pin from f78224f is dropped; once crossplane#989 bumps go.mod's `go` directive, golangci-lint reads it from go.mod by default. The bulk of the source diff is `golangci-lint run --fix` output across test files - removing redundant embedded field qualifiers, Go 1.22 range-over-int, and `maps.Copy`/`maps.Clone` substitutions. A handful of hand fixes cover gocritic, godoclint, and govet findings; three inline `//nolint:embeddedstructfieldcheck` suppressions cover structs whose field order is load-bearing (one public API type, two fake mocks). Signed-off-by: Jared Watts <jbw976@gmail.com>
5 tasks
jbw976
added a commit
to jbw976/crossplane-runtime
that referenced
this pull request
May 21, 2026
The pending x/net v0.53.0 security backport (crossplane#989) requires Go 1.25 because x/net@v0.53.0 declares `go 1.25.0` in its go.mod. Bumping the Earthfile's Go and golangci-lint pins keeps `go mod download` and the lint target green once crossplane#989 lands, and completes the v1 -> v2 golangci-lint migration crossplane#977 deferred. The install.sh URL is also moved from the deprecated `master` branch to the canonical `https://golangci-lint.run/install.sh`. The `master` script's checksum grep matches both the `.tar.gz` and `.tar.gz.sbom.json` assets added in v2.12.0, breaking installs (see golangci/golangci-lint#6539). .golangci.yml is migrated to v2 via `golangci-lint migrate`, with the disable and test-exclusion lists aligned to main. The `run.go: "1.24"` pin from f78224f is dropped; once crossplane#989 bumps go.mod's `go` directive, golangci-lint reads it from go.mod by default. The bulk of the source diff is `golangci-lint run --fix` output across test files - removing redundant embedded field qualifiers, Go 1.22 range-over-int, and `maps.Copy`/`maps.Clone` substitutions. A handful of hand fixes cover gocritic, godoclint, and govet findings; three inline `//nolint:embeddedstructfieldcheck` suppressions cover structs whose field order is load-bearing (one public API type, two fake mocks). Signed-off-by: Jared Watts <jbw976@gmail.com>
Member
|
This PR is blocked on #996 |
807f64e to
25c10e7
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
25c10e7 to
807f64e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.48.0→v0.53.0Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net
BIT-golang-2026-33814 / CVE-2026-33814 / GO-2026-4918
More information
Details
When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.
Severity
Unknown
References
This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.