fix(deps): bump vulnerable dependencies (4 Dependabot alerts)#503
Merged
rsnodgrass merged 1 commit intomainfrom Apr 13, 2026
Merged
fix(deps): bump vulnerable dependencies (4 Dependabot alerts)#503rsnodgrass merged 1 commit intomainfrom
rsnodgrass merged 1 commit intomainfrom
Conversation
- google.golang.org/grpc v1.79.2 → v1.80.0 (critical: auth bypass) - go.opentelemetry.io/otel/sdk v1.42.0 → v1.43.0 (high: PATH hijack) - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.41.0 → v1.43.0 (medium: unbounded read) - filippo.io/edwards25519 v1.1.0 → v1.1.1 (low: invalid results) Co-Authored-By: SageOx <ox@sageox.ai> SageOx-Session: https://sageox.ai/repo/repo_019c5812-01e9-7b7d-b5b1-321c471c9777/sessions/2026-04-13T15-04-ryan-OxcXPu/view
Contributor
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated Go module dependencies, primarily advancing OpenTelemetry packages from v1.42.0/v1.41.0 to v1.43.0, along with updates to indirect dependencies including Google gRPC (v1.79.2 to v1.80.0) and filippo.io/edwards25519 (v1.1.0 to v1.1.1). Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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
Fixes 4 of 7 open Dependabot security alerts by bumping dependencies with available patches:
google.golang.org/grpcv1.79.2 → v1.80.0 — Critical: authorization bypass via missing leading slash in:pathgo.opentelemetry.io/otel/sdkv1.42.0 → v1.43.0 — High: BSD kenv PATH hijackinggo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttpv1.41.0 → v1.43.0 — Medium: unbounded HTTP response body readfilippo.io/edwards25519v1.1.0 → v1.1.1 — Low: invalid MultiScalarMult resultsNot fixable (3 alerts)
go.etcd.io/bbolt≤1.4.3blevesearch/blevegithub.com/docker/docker<29.3.1Test plan
make build— cleanmake lint— 0 issuesmake test— 12,910 tests pass, 871 skippedSummary by CodeRabbit