Skip to content

chore(deps): update module golang.org/x/net to v0.45.0 [security] (release-1.20)#918

Open
crossplane-renovate[bot] wants to merge 1 commit intorelease-1.20from
renovate/release-1.20-go-golang.org-x-net-vulnerability
Open

chore(deps): update module golang.org/x/net to v0.45.0 [security] (release-1.20)#918
crossplane-renovate[bot] wants to merge 1 commit intorelease-1.20from
renovate/release-1.20-go-golang.org-x-net-vulnerability

Conversation

@crossplane-renovate
Copy link
Copy Markdown
Contributor

@crossplane-renovate crossplane-renovate bot commented Feb 6, 2026

This PR contains the following updates:

Package Change Age Confidence
golang.org/x/net v0.38.0v0.45.0 age confidence

Quadratic parsing complexity in golang.org/x/net/html

CVE-2025-47911 / GHSA-w4gw-w5jq-g9jh / GO-2026-4440

More information

Details

The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Infinite parsing loop in golang.org/x/net

CVE-2025-58190 / GO-2026-4441

More information

Details

The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • 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 Renovate Bot.

@crossplane-renovate crossplane-renovate bot requested a review from a team as a code owner February 6, 2026 08:14
@crossplane-renovate crossplane-renovate bot removed the request for review from a team February 6, 2026 08:14
@crossplane-renovate crossplane-renovate bot requested a review from jbw976 February 6, 2026 08:14
@crossplane-renovate
Copy link
Copy Markdown
Contributor Author

⚠️ 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.mod
Command failed: earthly --strict +go-generate
 Init 🚀
————————————————————————————————————————————————————————————————————————————————

           buildkitd | Found buildkit daemon as docker container (earthly-buildkitd)

 Build 🔧
————————————————————————————————————————————————————————————————————————————————

        +go-generate | --> FROM +base
        +go-generate | --> FROM +go-modules
         +go-modules | --> FROM +base
       golang:1.23.7 | --> Load metadata golang:1.23.7 linux/amd64
Warning: you are not logged into registry-1.docker.io, you may experience rate-limitting when pulling images
         +go-modules | --> FROM golang:1.23.7
         +go-modules | [----------] 100% FROM golang:1.23.7�[K
         +go-modules | [          ]   0% FROM golang:1.23.7�[K
         +go-modules | �[A[----------] 100% FROM golang:1.23.7�[K
         +go-modules | --> WORKDIR /crossplane
         +go-modules | --> COPY go.mod go.sum ./
         +go-modules | --> RUN go mod download
         +go-modules | go: go.mod requires go >= 1.24.0 (running go 1.23.7; GOTOOLCHAIN=local)
         +go-modules | ERROR Earthfile:48:2
         +go-modules |       The command
         +go-modules |           RUN go mod download
         +go-modules |       did not complete successfully. Exit code 1

================================== ❌ FAILURE ===================================

         +go-modules *failed* | Repeating the failure error...
         +go-modules *failed* | --> RUN go mod download
         +go-modules *failed* | go: go.mod requires go >= 1.24.0 (running go 1.23.7; GOTOOLCHAIN=local)
         +go-modules *failed* | ERROR Earthfile:48:2
         +go-modules *failed* |       The command
         +go-modules *failed* |           RUN go mod download
         +go-modules *failed* |       did not complete successfully. Exit code 1

Help: To debug your build, you can use the --interactive (-i) flag to drop into a shell of the failing RUN step: "earthly -i --strict +go-generate"


@crossplane-renovate crossplane-renovate bot changed the title chore(deps): update module golang.org/x/net to v0.45.0 [security] (release-1.20) chore(deps): update module golang.org/x/net to v0.45.0 [security] (release-1.20) - autoclosed Apr 15, 2026
@crossplane-renovate crossplane-renovate bot deleted the renovate/release-1.20-go-golang.org-x-net-vulnerability branch April 15, 2026 09:17
@crossplane-renovate crossplane-renovate bot changed the title chore(deps): update module golang.org/x/net to v0.45.0 [security] (release-1.20) - autoclosed chore(deps): update module golang.org/x/net to v0.45.0 [security] (release-1.20) Apr 17, 2026
@crossplane-renovate crossplane-renovate bot reopened this Apr 17, 2026
@crossplane-renovate crossplane-renovate bot force-pushed the renovate/release-1.20-go-golang.org-x-net-vulnerability branch 2 times, most recently from 5aa1032 to 086230b Compare April 17, 2026 08:37
phisco added a commit to phisco/crossplane-runtime that referenced this pull request Apr 17, 2026
…ports

This unblocks the security dep bumps queued for release-1.20:

* crossplane#918 - golang.org/x/net v0.45.0 (CVE-2025-47911, CVE-2025-58190; first
  patched version is v0.45.0 which declares `go 1.24.0` in its go.mod)
* crossplane#971 - google.golang.org/grpc v1.79.3 (CVE-2026-33186; also declares
  `go 1.24.0`)

Both deps require `go >= 1.24.0` so `go mod download` fails on this
branch under the pinned `GOTOOLCHAIN=local` with Go 1.23.7. Bumping the
`go` directive to `1.24.0` and the toolchain to the latest 1.24.x patch
(1.24.13) is the minimum change needed to unblock the backports.

Staying on the 1.24 line (not 1.25) deliberately avoids the golangci-lint
v1 -> v2 migration and `x/tools v0.24.0` incompatibility that blocked
the earlier 1.25 attempt (see crossplane#965). `go mod tidy`, `go build ./...`,
and `go vet ./...` are all clean; no code changes are needed.

Signed-off-by: Philippe Scorsolini <5697904+phisco@users.noreply.github.com>
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.

0 participants