-
Notifications
You must be signed in to change notification settings - Fork 355
chore: 1.25.5 CVE fix #2740
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
chore: 1.25.5 CVE fix #2740
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2740 +/- ##
==========================================
- Coverage 77.07% 77.01% -0.05%
==========================================
Files 466 466
Lines 49199 49199
==========================================
- Hits 37914 37888 -26
- Misses 8502 8519 +17
- Partials 2783 2792 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
216eb72 to
4883b55
Compare
| github.com/jzelinskie/stringz v0.0.3 // indirect | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/odigos-io/go-rtml v0.0.1 // indirect |
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.
This was something where we hadn't run go mod tidy after merging #2734
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.
i thought we had a linter for this :[
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.
It may not run in this dir.
Description
Another day, another go stdlib CVE blocking our pipeline: https://github.com/authzed/spicedb/actions/runs/19871886409/job/56949506143?pr=2729
Changes
Testing
Review.