chore: bump vendor/zoekt to upgrade golang.org/x/net to ^0.55.0 (CVE-2026-25680)#1365
Closed
linear-code[bot] wants to merge 1 commit into
Closed
Conversation
…2026-25680) Advances the vendor/zoekt submodule to a commit that upgrades golang.org/x/net v0.53.0 -> v0.55.0, addressing CVE-2026-25680 (excessive CPU consumption when parsing arbitrary HTML). go mod tidy also bumped the transitive golang.org/x/sys, golang.org/x/crypto, golang.org/x/term, and golang.org/x/text. Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1417/sourcebot-devsourcebot-cve-2026-25680-parsing-arbitrary-html-can#agent-session-f919f080) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
d8490e5 to
c5326de
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.
Fixes SOU-1417
golang.org/x/netis pulled in transitively through thevendor/zoektsubmodule (built in the Dockerfile), not via any npm package. The Trivy-flaggedv0.53.0is a direct dependency of zoekt; CVE-2026-25680 (excessive CPU when parsing arbitrary HTML) is fixed in0.55.0.This PR advances the
vendor/zoektsubmodule to a commit that runsgo get golang.org/x/net@v0.55.0 && go mod tidy, which also bumps the transitivegolang.org/x/sys(0.43.0 → 0.45.0),golang.org/x/crypto(0.50.0 → 0.51.0),golang.org/x/term(0.42.0 → 0.43.0), andgolang.org/x/text(0.36.0 → 0.37.0). The zoektcmd/...binaries build cleanly withCGO_ENABLED=0 GOOS=linuxafter the bump.Warning
Draft / blocked on upstream. The fix lives in the separate
sourcebot-dev/zoektrepo. I don't have push access there, so the submodule gitlink currently points at a local commit (1d5bf37) that isn't onzoektmainyet —git submodule updatewill fail until the companion change is merged.Mirroring the prior pattern (zoekt PR + sourcebot pointer bump, e.g. #1290 → sourcebot-dev/zoekt#15), a maintainer needs to land the
go.mod/go.sumchange insourcebot-dev/zoektfirst, then re-point this submodule at the merged commit.The exact zoekt change to apply (
go.modshown;go.sumupdates the matchingh1:/go.modhashes):go.sum(new entries):