Fix Dependabot alerts: upgrade grpc and otel/sdk#96
Merged
sam-at-luther merged 4 commits intomainfrom Mar 24, 2026
Merged
Conversation
Bump google.golang.org/grpc v1.65.0 → v1.79.3 (fixes authorization bypass via missing leading slash in :path). Bump go.opentelemetry.io/otel/sdk v1.28.0 → v1.42.0 (fixes arbitrary code execution via PATH hijacking). Bump Go to 1.25.0 to satisfy otel/sdk minimum requirement. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
134790f to
36da322
Compare
golangci-lint requires the Go version used to build it to be >= the target Go version. Bump CI from 1.24 to 1.25 to match go.mod. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
The v2.1 binary was built with Go 1.24 and can't lint Go 1.25 code. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
The Docker build image luthersystems/build-go-alpine:v0.0.92 ships Go 1.24.2, which refuses to build go.mod requiring Go 1.25. Align with substrate which uses v0.0.96. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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
google.golang.org/grpcv1.65.0 → v1.79.3 — fixes authorization bypass via missing leading slash in:path(Dependabot Add minor Ubuntu docs improvements #22)go.opentelemetry.io/otel/sdkv1.28.0 → v1.42.0 — fixes arbitrary code execution via PATH hijacking (Dependabot Improve Ubuntu support #21)Test plan
go build ./...passesgo vet ./...passes🤖 Generated with Claude Code