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

Dependency opencensus is no longer maintained #1915

Closed
rogierslag opened this issue Jan 22, 2024 · 2 comments
Closed

Dependency opencensus is no longer maintained #1915

rogierslag opened this issue Jan 22, 2024 · 2 comments
Assignees

Comments

@rogierslag
Copy link

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:

[INFO] com.google.http-client:google-http-client:jar:1.42.3:compile
[INFO] +- io.opencensus:opencensus-api:jar:0.31.1:compile
[INFO] |  \- io.grpc:grpc-context:jar:1.27.2:compile
[INFO] \- io.opencensus:opencensus-contrib-http-util:jar:0.31.1:compile

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

@suztomo
Copy link
Member

suztomo commented May 16, 2024

This library shouldn't touch gRPC. I'll try to exclude the dependency.

@suztomo suztomo self-assigned this May 16, 2024
@suztomo
Copy link
Member

suztomo commented May 16, 2024

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.

@suztomo suztomo closed this as completed May 16, 2024
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

No branches or pull requests

2 participants