-
Notifications
You must be signed in to change notification settings - Fork 438
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(go.mod): reduce blast radius in go.mod from #2817 (#2979) #2980
Conversation
google.golang.org/api v0.192.0 | ||
google.golang.org/grpc v1.64.1 | ||
google.golang.org/api v0.169.0 | ||
google.golang.org/grpc v1.64.0 |
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.
🟡 Library Vulnerability
google.golang.org/grpc → 1.64.0
Private tokens could appear in logs if context containing gRPC metadata is logged in github.com/grpc/grpc-go (...read more)
Impact
This issue represents a potential PII concern. If applications were printing or logging a context containing gRPC metadata, the affected versions will contain all the metadata, which may include private information.
Patches
The issue first appeared in 1.64.0 and is patched in 1.64.1 and 1.65.0
Workarounds
If using an affected version and upgrading is not possible, ensuring you do not log or print contexts will avoid the problem.
BenchmarksBenchmark execution time: 2024-11-28 11:38:03 Comparing candidate commit e092e6e in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 58 metrics, 0 unstable metrics. scenario:BenchmarkHttpServeTrace-24
|
What does this PR do?
Reduces blast radius of dependencies introduced by #2817.
Motivation
Avoid future difficulties and friction while dogfooding upcoming release
v1.70.0
.Reviewer's Checklist
Unsure? Have a question? Request a review!