Bump dependencies to clear Dependabot security alerts - #35
Open
m-messer wants to merge 1 commit into
Open
Conversation
Resolves all 30 open Dependabot alerts (numbers 6-35) across 6 Go modules:
github.com/getkin/kin-openapi v0.138.0 -> v0.149.0
github.com/ethereum/go-ethereum v1.14.5 -> v1.17.5
golang.org/x/net v0.26.0 -> v0.58.0
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 -> v2.4.0
github.com/gorilla/websocket v1.4.2 -> v1.5.3
golang.org/x/crypto v0.24.0 -> dropped from build graph
(go-ethereum v1.17.5 no
longer pulls it; stdlib
crypto/sha3 is used)
Also adds `toolchain go1.25.14` so the build uses a patched Go standard
library (clears the stdlib CVEs govulncheck flagged as reachable), and
bumps go.opentelemetry.io/otel to v1.42.0 (transitive, GO-2026-5158).
Preventive measures:
- .github/dependabot.yml: weekly grouped gomod / github-actions / docker updates
- .github/workflows/build.yml: new `govulncheck` job
Verification: `go build ./...`, `go vet ./...`, `go test ./...`, `make build`,
and `govulncheck ./...` (no vulnerabilities found) all pass.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HkBX4NG8v1FmhwoKfRLEuP
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.
Summary
Resolves all 30 open Dependabot alerts (#6–#35) across 6 Go modules, including several critical ones (kin-openapi fail-open auth bypass, multiple
golang.org/x/cryptoSSH advisories).github.com/getkin/kin-openapigolang.org/x/cryptogithub.com/ethereum/go-ethereumgolang.org/x/netgithub.com/go-viper/mapstructure/v2github.com/gorilla/websocketNotes:
golang.org/x/cryptois gone entirely — go-ethereum v1.17.5 no longer depends on it (uses stdlibcrypto/sha3), so it's removed fromgo.sum. This clears alerts TCP Transport #6, Feature/cases #10–11, Added GitHub Actions release workflow and updated build workflow to t… #18–30.toolchain go1.25.14so the build links a patched Go standard library —govulncheckhad flagged ~29 reachable stdlib CVEs against the pinnedgo 1.25.0.go.opentelemetry.io/otel→ v1.42.0 (transitive, GO-2026-5158).govulncheck ./...now reports no vulnerabilities.Prevention
.github/dependabot.yml(new): weekly grouped updates forgomod,github-actions,docker..github/workflows/build.yml: newgovulncheckCI job.Verification
go build ./...,go vet ./...,go test ./...(204 pass),make build, andgovulncheck ./...all pass locally.Out of scope
runtime/mued_v0_1_1_dev.go/_test.goare untracked local WIP that don't compile (unrelated to this change); not included here. CI is unaffected.🤖 Generated with Claude Code
https://claude.ai/code/session_01HkBX4NG8v1FmhwoKfRLEuP