Closed chestert1 closed 5 years ago
1) Does maven give any indication of the dependency chain? That doesn't look like anything we should be depending on. 2) This repo is deprecated and the code is here for historical purposes only. Check https://github.com/Azure/azure-event-hubs-java/releases/tag/3.0.2 for links to our current code. Do you get the same issue there?
[INFO] | +- com.microsoft.azure:azure-eventhubs:jar:3.0.1:compile [INFO] | | +- org.apache.qpid:proton-j:jar:0.31.0:compile [INFO] | | +- com.microsoft.azure:qpid-proton-j-extensions:jar:1.2.0:compile [INFO] | | - com.microsoft.azure:azure-client-authentication:jar:1.6.12:compile [INFO] | | +- com.microsoft.azure:azure-client-runtime:jar:1.6.12:compile [INFO] | | | - com.microsoft.rest:client-runtime:jar:1.6.12:compile [INFO] | | | +- com.squareup.retrofit2:retrofit:jar:2.5.0:compile [INFO] | | | +- com.squareup.okhttp3:okhttp:jar:3.12.2:compile [INFO] | | | | - com.squareup.okio:okio:jar:1.15.0:compile [INFO] | | | +- com.squareup.okhttp3:logging-interceptor:jar:3.12.2:compile [INFO] | | | +- com.squareup.okhttp3:okhttp-urlconnection:jar:3.12.2:compile [INFO] | | | +- com.squareup.retrofit2:converter-jackson:jar:2.5.0:compile [INFO] | | | +- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.9.10:compile [INFO] | | | | - joda-time:joda-time:jar:2.10.4:compile [INFO] | | | - com.squareup.retrofit2:adapter-rxjava:jar:2.4.0:compile
We will update to 3.0.2
@JamesBirdsall - this still shows up as a vulnerability even after updating to v3.0.2. See below dependency tree:
[INFO] | +- com.microsoft.azure:azure-eventhubs:jar:3.0.2:compile [INFO] | | +- org.apache.qpid:proton-j:jar:0.31.0:compile [INFO] | | +- com.microsoft.azure:qpid-proton-j-extensions:jar:1.2.0:compile [INFO] | | - com.microsoft.azure:azure-client-authentication:jar:1.6.12:compile [INFO] | | +- com.microsoft.azure:azure-client-runtime:jar:1.6.12:compile [INFO] | | | - com.microsoft.rest:client-runtime:jar:1.6.12:compile [INFO] | | | +- com.squareup.retrofit2:retrofit:jar:2.5.0:compile [INFO] | | | +- com.squareup.okhttp3:okhttp:jar:3.12.2:compile [INFO] | | | | - com.squareup.okio:okio:jar:1.15.0:compile [INFO] | | | +- com.squareup.okhttp3:logging-interceptor:jar:3.12.2:compile [INFO] | | | +- com.squareup.okhttp3:okhttp-urlconnection:jar:3.12.2:compile [INFO] | | | +- com.squareup.retrofit2:converter-jackson:jar:2.5.0:compile [INFO] | | | +- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.9.10:compile [INFO] | | | | - joda-time:joda-time:jar:2.10.4:compile [INFO] | | | - com.squareup.retrofit2:adapter-rxjava:jar:2.4.0:compile
Thanks for the additional information! I have finally tracked this down, and jumping to a newer version of azure-client-authentication should fix the problem. I will get that in for the next release.
Thanks. Will look out for next release. Will close this issue so long.
Actual Behavior
Expected Behavior
Versions
Is this a known issue at all and is there a fix for it on the way?