Skip to content
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

dependencies: Update grpc-go from v1.64 to v1.64.1 #7578

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

beautifulentropy
Copy link
Member

No description provided.

@beautifulentropy beautifulentropy marked this pull request as ready for review July 9, 2024 19:41
@beautifulentropy beautifulentropy requested a review from a team as a code owner July 9, 2024 19:42
Copy link
Contributor

@aarongable aarongable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It appears that the fix for https://pkg.go.dev/vuln/GO-2024-2978 is simply to remove the metadata struct's .String() method. This means that, instead of getting pretty-printed metadata, I think we'd just get a struct name and an address.

We don't have much control over this -- our code is simply a logging adaptor passed in to gRPC so that it can log whatever messages it wants. This just means that some of our gRPC failure log messages may end up slightly less helpful than before.

@@ -73,6 +76,7 @@ func (pr *PkgDecoder) SyncMarkers() bool { return pr.sync }
func NewPkgDecoder(pkgPath, input string) PkgDecoder {
pr := PkgDecoder{
pkgPath: pkgPath,
//aliases: aliases.Enabled(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line of diff is vaguely concerning to me. Is this not supposed to be commented out? Is this supposed to be followed-up with a TODO? I've asked upstream.

@beautifulentropy beautifulentropy merged commit 6e2a07d into main Jul 9, 2024
12 checks passed
@beautifulentropy beautifulentropy deleted the update-grpc-go branch July 9, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants