-
Notifications
You must be signed in to change notification settings - Fork 566
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
Upgrade Jaeger to align with opentracing version. #2366
Upgrade Jaeger to align with opentracing version. #2366
Conversation
Signed-off-by: Tomas Langer <[email protected]>
Signed-off-by: Tomas Langer <[email protected]>
5ef89f5
to
b9a2440
Compare
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.
Looks like 0.35.X pulls in Apache Thrift 0.12.0 which has a CVE (CVE-2019-0205). Can we manage the thrift dependency and force it to version 0.13.0 (has Java client fix for the CVE)? Note we don't have this issue in Helidon 2.X because later versions of Jaeger tracing client upgraded to Thrift 0.13.0.
Signed-off-by: Tomas Langer <[email protected]>
Added dependency management for Apache Thrift to use a newer version with Jaeger than the default. |
Signed-off-by: Tomas Langer <[email protected]>
Signed-off-by: Tomas Langer [email protected]
Fixes #1315