fix(deps): upgrade grpc-go to v1.79.3 (critical CVE)#2173
fix(deps): upgrade grpc-go to v1.79.3 (critical CVE)#2173onlyjackfrost merged 3 commits intomainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
WalkthroughUpdated indirect Go module versions in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@wren-launcher/go.mod`:
- Around line 146-150: The go.mod lists mismatched OpenTelemetry module
versions: the exporters otlpmetricgrpc, otlpmetrichttp, otlptrace, and
otlptracegrpc
(go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc,
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp,
go.opentelemetry.io/otel/exporters/otlp/otlptrace,
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc) are pinned at
v1.35.0 while core SDK modules (go.opentelemetry.io/otel/sdk/metric and core
otel) are v1.39.0; update those exporter module versions to v1.39.0 (and any
other otlp exporter entries around lines ~200) so all OpenTelemetry modules use
the coordinated v1.39.0 series to resolve the go mod version conflict.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: c40e8c08-cf3f-48ad-bee6-9ccd7a4d7e0c
⛔ Files ignored due to path filters (1)
wren-launcher/go.sumis excluded by!**/*.sum
📒 Files selected for processing (1)
wren-launcher/go.mod
Fixes critical security vulnerability (Dependabot alert #236): gRPC-Go authorization bypass via missing leading slash in :path header. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
77b30ee to
5008e6b
Compare
Addresses CodeRabbit review: OTLP exporters were at v1.35.0 while otel core was bumped to v1.39.0. OpenTelemetry Go expects coordinated versioning across all modules. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@CodeRabbit review again |
|
✅ Actions performedFull review triggered. |
Summary
google.golang.org/grpcfrom v1.74.2 to v1.79.3 inwren-launcher/go.mod:pathheader (critical severity)Test plan
wren-launcherbuilds successfullySummary by CodeRabbit