-
Notifications
You must be signed in to change notification settings - Fork 0
chore: upgrade packages CVE-2025-58181 & CVE-2025-47914 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughGo toolchain upgraded from 1.25.0 to 1.25.5. Direct dependencies updated across go-selfupdate, pterm, and spf13/cobra. Indirect dependencies refreshed, including golang.org/x packages (net, time, crypto, sys, term, text), google/go-github, and hashicorp/go-version. gitlab/go-gitlab removed; gitlab.com/gitlab-org/api/client-go added. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (3)
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR aims to upgrade various Go packages to address security vulnerabilities CVE-2025-58181 and CVE-2025-47914. The changes include upgrading the Go compiler version and updating multiple direct and indirect dependencies.
Key changes:
- Go version upgrade from 1.25.0 to 1.25.5
- Multiple package version updates including security-related golang.org/x packages
- Major dependency upgrades including google/go-github (v30 → v74) and package replacement of xanzy/go-gitlab with gitlab.com/gitlab-org/api/client-go
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| go.mod | Updates Go version to 1.25.5, upgrades direct dependencies (go-selfupdate, pterm, cobra, golang.org/x/net, golang.org/x/time), and updates indirect dependencies including major version changes for google/go-github and package replacement for gitlab client |
| go.sum | Updates checksums for all upgraded packages, adds new entries for replacement packages, and removes obsolete dependency entries |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3 +/- ##
==========================================
+ Coverage 50.70% 53.35% +2.65%
==========================================
Files 15 15
Lines 1992 1612 -380
==========================================
- Hits 1010 860 -150
+ Misses 847 617 -230
Partials 135 135
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.