-
Notifications
You must be signed in to change notification settings - Fork 453
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
Dependency opencensus
is no longer maintained
#1915
Comments
This library shouldn't touch gRPC. I'll try to exclude the dependency. |
It was already handled in googleapis/google-api-java-client#2416. There's no io.grpc:grpc-context:jar:1.27.2 any more in the dependency tree https://gist.github.com/suztomo/4c19cd63ec5ac031d3951ecfa0fed87d. |
Right - but this ticket is not about the vulnerable library ( https://opentelemetry.io/blog/2023/sunsetting-opencensus/ explains how to migrated etc... |
This library has an ultimate dependency on a version of
grpc-context
(1.27.2
), which is vulnerable to several CVEs.The exact dependency chain is as follows:
The vulnerable library is ultimately included through opensensus, but that repository has been archived on Github, and the code is since unmaintained. The vulnerable version of grpc is defined here.
As the library is unmaintained, no new versions are pushed as part of #1290
The text was updated successfully, but these errors were encountered: