-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
CVE Fix: Update glog to v1.2.4 #17524
Conversation
Signed-off-by: Rohit Nayak <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17524 +/- ##
==========================================
+ Coverage 67.69% 67.71% +0.02%
==========================================
Files 1584 1584
Lines 254541 254509 -32
==========================================
+ Hits 172315 172347 +32
+ Misses 82226 82162 -64 ☔ View full report in Codecov by Sentry. |
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.
Thanks!
Description
Updates glog to v1.2.4 as a fix for CVE-2024-45339.
https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs?pli=1
golang/glog@a0e3c40
Backport to supported releases.
Related Issue(s)
Checklist
Deployment Notes