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

chore(go.mod): reduce blast radius in go.mod from #2817 #2979

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

darccio
Copy link
Member

@darccio darccio commented Nov 14, 2024

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

  • Changed code has unit tests for its functionality at or near 100% coverage.
  • System-Tests covering this feature have been added and enabled with the va.b.c-dev version tag.
  • There is a benchmark for any new code, or changes to existing code.
  • If this interacts with the agent in a new way, a system test has been added.
  • Add an appropriate team label so this PR gets put in the right place for the release notes.
  • Non-trivial go.mod changes, e.g. adding new modules, are reviewed by @DataDog/dd-trace-go-guild.

Unsure? Have a question? Request a review!

@darccio darccio requested a review from a team as a code owner November 14, 2024 14:26
@darccio darccio changed the base branch from main to release-v1.70.x November 14, 2024 14:27
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

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.

View in Datadog  Leave us feedback  Documentation

@darccio darccio changed the title chore(internal/version): bump version.go to v1.70.0-rc.1 chore(go.mod): reduce blast radius in go.mod from #2817 Nov 14, 2024
@darccio darccio merged commit 0698107 into release-v1.70.x Nov 14, 2024
2 of 3 checks passed
@darccio darccio deleted the dario.castane/go.mod-v1.70.0-cleanup branch November 14, 2024 14:47
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.

1 participant