fix(deps): update vulnerable dependencies to patched versions - #940
Conversation
- Update github.com/cilium/cilium to v1.17.16 (GHSA-q6h5-q3q6-f87x) - Update github.com/containerd/containerd to v1.7.33 (GHSA-xhf5-q3q6-f87x, GHSA-jpcc-p29g-p8mq, GHSA-fqw6-gf59-qr4w) - Update github.com/go-git/go-billy/v5 to v5.9.0 (GHSA-qw64-3x98-g7q2, GHSA-m3xc-h892-ggx6) - Update github.com/go-git/go-git/v5 to v5.19.2 (GHSA-crhj-59gh-8x96, GHSA-m7cr-m3pv-hgrp, GHSA-389r-gv7p-r3rp, GHSA-w5pp-99ch-qj29, GHSA-xf85-363p-868w) - Update github.com/google/cel-go to v0.29.0 (GHSA-389r-gv7p-r3rp / GHSA-pxq6-2prw-chj9) and adapt cel.NewStaticOptimizer error handling - Update github.com/in-toto/in-toto-golang to v0.11.0 (GHSA-pmwq-pjrm-6p5r) - Update go.mongodb.org/mongo-driver to v1.17.7 (GHSA-cp6g-7hqx-qxhp) - Update golang.org/x/image to v0.41.0 (GHSA-q675-qj96-32m9) - Update oras.land/oras-go/v2 to v2.6.2 (GHSA-vh4v-2xq2-g5cg, GHSA-fxhp-mv3v-67qp, GHSA-8xwf-rjm4-xvhv, GHSA-jxpm-75mh-9fp7, GHSA-xf85-363p-868w) 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 (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughDependency versions are updated in ChangesDependency and CEL construction updates
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This PR applies patched dependency versions and makes CEL initialization failures explicit without changing exposed behavior. No actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 1 functions across 1 files. (1 skipped: 1 unsupported.)
✨ Finishing Touches 💡 1📝 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 |
Performance Benchmark ResultsNode-Agent Resource Usage
Dedup EffectivenessNo data available. |
Description
This PR updates dependencies that have available security patches to address open Dependabot alerts on kubescape/node-agent.
Updated Dependencies & Addressed Advisories
github.com/cilium/cilium: updated fromv1.17.15tov1.17.16github.com/containerd/containerd: updated fromv1.7.30tov1.7.33github.com/go-git/go-billy/v5: updated fromv5.8.0tov5.9.0github.com/go-git/go-git/v5: updated fromv5.18.0tov5.19.2github.com/google/cel-go: updated fromv0.26.1tov0.29.0cel.NewStaticOptimizercall site to handle error return value in pkg/rulemanager/cel/cel.gogithub.com/in-toto/in-toto-golang: updated fromv0.9.0tov0.11.0go.mongodb.org/mongo-driver: updated fromv1.17.6tov1.17.7golang.org/x/image: updated fromv0.38.0tov0.41.0oras.land/oras-go/v2: updated fromv2.6.0tov2.6.2How to test
go build ./...and verify compilation succeeds.go test ./...to run unit test suites.Summary by CodeRabbit
Bug Fixes
Chores