chore(deps): fix open Dependabot vulnerabilities with available patches - #409
Conversation
Update vulnerable dependencies to patched versions to address open Dependabot security alerts: - github.com/moby/go-archive to v0.3.3 (fixes GHSA-m9cp-7w22-8354 / alert #87) - github.com/cilium/ebpf to v0.22.0 (fixes GHSA-vv5r-49g7-gcm8 / alert #86) - github.com/google/cel-go to v0.29.0 (fixes GHSA-w246-v2cm-658w / alert #85) - google.golang.org/grpc to v1.82.1 (fixes GHSA-chpr-8hr3-455g / alert #84) - oras.land/oras-go/v2 to v2.6.2 (fixes alerts #78, #79, #80, #81, #82) - github.com/testcontainers/testcontainers-go and modules/k3s to v0.40.0 for moby/go-archive compatibility Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThis change updates direct and indirect dependency versions in ChangesGo dependency updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: 🔵 Low · up to This PR updates vulnerable dependencies without changing application boundaries or privileged runtime behavior. Merge is reasonable with explicit owner awareness that the cited Docker/Moby advisory applicability to the client packages should be confirmed. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ 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 |
|
Summary:
|
Summary
This PR updates dependencies that have known security vulnerabilities and available patches listed in Dependabot Alerts:
github.com/moby/go-archive->v0.3.3(fixes GHSA-m9cp-7w22-8354)github.com/cilium/ebpf->v0.22.0(fixes GHSA-vv5r-49g7-gcm8)github.com/google/cel-go->v0.29.0(fixes GHSA-w246-v2cm-658w)google.golang.org/grpc->v1.82.1(fixes GHSA-chpr-8hr3-455g)oras.land/oras-go/v2->v2.6.2(fixes GHSA-ph23-7cwv-g5f9, GHSA-p73f-cv9h-rmvm, GHSA-w3vh-vv56-j9x3, GHSA-8hfc-rqmq-4h27, GHSA-6x2p-2pq5-fvgq)github.com/testcontainers/testcontainers-go&modules/k3s->v0.40.0(bumped for compatibility with updatedmoby/go-archive)Verification
CGO_ENABLED=0 go test ./...passed successfully.Summary by CodeRabbit