Skip to content

deps: resolve all 1 open Dependabot alerts - #2

Merged
bithavoc merged 1 commit into
mainfrom
agent/dependabot-walstream-go-2026-08-08
Aug 25, 2026
Merged

deps: resolve all 1 open Dependabot alerts#2
bithavoc merged 1 commit into
mainfrom
agent/dependabot-walstream-go-2026-08-08

Conversation

@nitinpunn-attention

@nitinpunn-attention nitinpunn-attention commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

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_range clause-by-clause. GitHub's ranges (for example ">= 1.0.0, < 2.3.1") are not
valid 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.

…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 nitinpunn-attention changed the title security: bump golang.org/x/net to v0.57.0 and klauspost/compress to v1.18.7 deps: resolve all 1 open Dependabot alerts Aug 17, 2026
@nitinpunn-attention
nitinpunn-attention marked this pull request as ready for review August 17, 2026 19:26
@bithavoc
bithavoc merged commit 59755b9 into main Aug 25, 2026
@bithavoc
bithavoc deleted the agent/dependabot-walstream-go-2026-08-08 branch August 25, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants