deps: resolve all 1 open Dependabot alerts - #2
Merged
Conversation
…v1.18.7 Closes GHSA-5cv4-jp36-h3mw (CVE-2026-25680, medium) on golang.org/x/net, plus 23 further advisories that Dependabot did not raise. golang.org/x/net v0.49.0 -> v0.57.0. Dependabot's floor of 0.55.0 is not sufficient: GO-2026-5942 (CVE-2026-46600, dns/dnsmessage) is fixed only in 0.56.0 and has no GHSA record, so it generates no alert. v0.57.0 is the latest stable release and clears all 8 x/net advisories. It also lifts x/crypto v0.47.0 -> v0.54.0 (13 advisories, 7 critical), x/sys v0.40.0 -> v0.47.0 and x/text v0.34.0 -> v0.40.0 in the resolved graph. github.com/klauspost/compress v1.18.0 -> v1.18.7 closes GO-2026-5841 (OOB read in compress/s2), the only baseline finding whose affected package is actually compiled here. v1.18.7 is a security-only release; v1.19.x was deliberately not taken because it adds new arm64 assembly to the zstd and huff0 decode paths that this repository has no test coverage for. The go directive moves 1.24.0 -> 1.25.0. This is forced, not chosen: every release that fixes these advisories declares go 1.25.0, and "go mod tidy -go=1.24.0" fails. Crossing into 1.25 flips five GODEBUG defaults (containermaxprocs, updatemaxprocs, decoratemappings, tlssha1, x509sha256skid) for any module whose own go directive reaches 1.25. No application-code changes. go build, go vet, go test, go test -race, go mod verify, go mod tidy -diff and gofmt all pass locally.
nitinpunn-attention
marked this pull request as ready for review
August 17, 2026 19:26
bithavoc
approved these changes
Aug 25, 2026
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.
Resolves 1 of 1 open Dependabot alerts in this repository.
Verification
How coverage was verified: every open alert was re-evaluated against the versions actually resolved
in this branch's manifests and lockfiles (not against manifest text), parsing each
vulnerable_version_rangeclause-by-clause. GitHub's ranges (for example">= 1.0.0, < 2.3.1") are notvalid npm semver, and
semver.satisfies()silently returns false on them.Dependabot will keep listing these as open until this merges; it only re-evaluates the default branch.