-
Notifications
You must be signed in to change notification settings - Fork 700
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
Update glog 1.2.0 -> 1.2.4 - CVE-2024-45339 #6301
Conversation
Code Review Agent Run #3f7165Actionable Suggestions - 0Review Details
|
Signed-off-by: ddl-ebrown <[email protected]>
Changelist by BitoThis pull request implements the following key changes.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6301 +/- ##
=======================================
Coverage 58.48% 58.49%
=======================================
Files 937 937
Lines 71088 71088
=======================================
+ Hits 41577 41583 +6
+ Misses 26359 26353 -6
Partials 3152 3152
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Code Review Agent Run #8a6dcbActionable Suggestions - 0Review Details
|
Signed-off-by: Eduardo Apolinario <[email protected]>
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.
Thank you.
Signed-off-by: Eduardo Apolinario <[email protected]>
@@ -145,8 +145,6 @@ github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69 | |||
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk= | |||
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk= | |||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= | |||
github.com/golang/glog v1.2.0 h1:uCdmnmatrKCgMBlM4rMuJZWOkPDqdbZPnrMXDY4gI68= |
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.
Ahh thanks @eapolinario I was wondering what tooling had to be used to cleanup the CI fails
Code Review Agent Run #c0ed0eActionable Suggestions - 0Review Details
|
Replaces #6200
Tracking issue
Why are the changes needed?
What changes were proposed in this pull request?
How was this patch tested?
Labels
Please add one or more of the following labels to categorize your PR:
This is important to improve the readability of release notes.
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link
Summary by Bito
This PR updates the glog dependency from v1.2.0 to v1.2.4 across multiple modules to address security vulnerability CVE-2024-45339. The changes are implemented in go.mod and go.sum files for datacatalog, flyteadmin, and the root project, with necessary checksum entries added and obsolete entries removed to maintain integrity and properly reference the updated secure version.Unit tests added: False
Estimated effort to review (1-5, lower is better): 1