-
Notifications
You must be signed in to change notification settings - Fork 36
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
CVE in telemetry-http-okhttp dependency #273
Comments
The dependency on kotlin-stdlib comes from the Version 4.8.0 uses Kotlin version 1.3.72 The latest alpha version (5.x) of the |
We checked in on this again. The Okhttp3 project still needs to update to kotlin 1.4.21. Looks like it is planned for version 5, which is still in Alpha. https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp |
There is a newer 4.x version of okhttp3 now that has an updated Kotlin library that resolves the vulnerability: https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp/4.10.0 Could that be used instead while waiting on 5.x? |
We'll look into getting this updated. Thanks @christrotteradhoc ! |
This will be addressed in the telemetry sdk v0.15.0 release as soon as it is out. |
Pulls in the following improvements from the underlying telemetry-sdk: * Update to telemetry-sdk 0.15.0 to address [CVE-2020-29582](newrelic/newrelic-telemetry-sdk-java#273) with kotlin lib dependencies of okhttp * Also includes telemetry-sdk 0.14.0 improvement to decrease CPU utilization: [Replace UUID.randomUUID() with a faster implementation](newrelic/newrelic-telemetry-sdk-java#292)
Hello,
There is a CVE (CVE-2020-29582) in the
kotlin-stdlib
version 1.3.72 package that is fixed in version 1.4.21. The latest New Relictelemetry-http-okhttp
package (0.12.0) still has a dependency onkotlin-stdlib
version 1.3.72 based on themvn dependency:tree
output below. Couldtelemetry-http-okhttp
be updated to use version 1.4.21 of thekotlin-stdlib
package?The text was updated successfully, but these errors were encountered: