-
Notifications
You must be signed in to change notification settings - Fork 699
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 on google-http-client
with includes a vulnerable version of io.grpc:grpc-context
#2416
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Comments
suztomo
added
the
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
label
Jan 23, 2024
suztomo
added
the
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
label
Jan 23, 2024
The dependency graph of #2422 shows io.grpc:grpc-context:jar:1.60.1:compile.
|
1 task
With the latest release of 2.3.0, the grpc-context is newer version (io.grpc:grpc-context:jar:1.60.1:compile) than the one tagged with vulnerabilities.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
This library has a dependency on
google-http-client
(version1.42.3
) which ultimately depends on a version ofgrpc-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.
Would it be possible to remove the ultimate dependency on this grpc package, or potentially remove the unmaintained code as dependencies altogether?
Also flagged in googleapis/google-http-java-client#1915
The text was updated successfully, but these errors were encountered: