fix(security): bump otel and go-jose in integration-test-suite#314
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 56 minutes and 20 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ 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)
✨ Finishing Touches🧪 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 |
Fixes open Dependabot alerts for tests/integration-test-suite/go.mod: - #76: go.opentelemetry.io/otel/sdk 1.35.0 → 1.43.0 (PATH hijacking, HIGH) - #75: otlptrace/otlptracehttp 1.35.0 → 1.43.0 (unbounded response body, MEDIUM) - #71: otlpmetric/otlpmetrichttp 1.35.0 → 1.43.0 (unbounded response body, MEDIUM) - #69: otlplog/otlploghttp 0.11.0 → 0.19.0 (unbounded response body, MEDIUM) - #67: github.com/go-jose/go-jose/v4 4.0.5 → 4.1.4 (JWE decryption panic, HIGH) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
8b8b42a to
3be14c4
Compare
|
Summary:
|
Summary
Fixes open Dependabot security alerts for
tests/integration-test-suite/go.mod:go.opentelemetry.io/otel/sdkotlptrace/otlptracehttpotlpmetric/otlpmetrichttpotlplog/otlploghttpgithub.com/go-jose/go-jose/v4All packages are indirect dependencies pulled via
github.com/kubescape/node-agentandgithub.com/kubescape/storage. The upgrades were applied withgo getandgo mod tidy.Remaining unfixable alerts
github.com/docker/docker— Moby AuthZ plugin bypass / off-by-one error — no patched version available yet (requires ≥ 29.3.1, which isn't released as a Go module). These alerts are also present in the integration-test-suite but cannot be resolved until upstream releases a fix.Test plan
go mod tidyapplied cleanly🤖 Generated with Claude Code