You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found this thread #29520 to get rid of the okhttp dependency. However, according to my dependency resolver, quarkus-opentelemtry:3.2.2.Final has still a runtime dependency to okhttp:3.14.9 and so a transitive dependency to okio:1.17.2. At least for the latter one my vulnerability scanner complains with:
Component OkIO version 1.17.2 with ID maven:com.squareup.okio:okio:1.17.2 violates policy High Severity Security Policy Rule: found vulnerability CVE-2023-3635 with severity HIGH and CVSS score 7.5
Referring to that thread, OkHttp should only be used for testing purposes as a test dependency. Please see #29520 (comment)
Would be nice if somebody could clarify that.
Thanks in advance
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.2.2.Final
Build tool (ie. output of mvnw --version or gradlew --version)
Maven 3.9.2
Additional information
No response
The text was updated successfully, but these errors were encountered:
I think it would be tricky to backport it since it is a significant change, and while we are confident with the new approach, there is always a risk to discover new issues once users move to it. We would certainly prefer to have it around for a few versions to make sure everything is ok.
Describe the bug
I've found this thread #29520 to get rid of the
okhttp
dependency. However, according to my dependency resolver,quarkus-opentelemtry:3.2.2.Final
has still aruntime
dependency tookhttp:3.14.9
and so a transitive dependency tookio:1.17.2
. At least for the latter one my vulnerability scanner complains with:Referring to that thread,
OkHttp
should only be used for testing purposes as a test dependency. Please see #29520 (comment)Would be nice if somebody could clarify that.
Thanks in advance
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.2.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven 3.9.2
Additional information
No response
The text was updated successfully, but these errors were encountered: