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
The direct dependency com.squareup.okhttp3:okhttp, which brings in the problematic transitive dependency, looks like it will be releasing a new version very soon which addresses the issue - square/okhttp#8050
According to the vulnerability report, it looks like com.squareup.okio:okio needs to be at least at version 3.4.0.
I just wanted to make sure this was on your radar and was hoping it could be included in the release that fixes the other ticket I just filed #397
The text was updated successfully, but these errors were encountered:
From
mvn dependency:tree
My build report is showing this vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2023-3635
The direct dependency
com.squareup.okhttp3:okhttp
, which brings in the problematic transitive dependency, looks like it will be releasing a new version very soon which addresses the issue - square/okhttp#8050According to the vulnerability report, it looks like
com.squareup.okio:okio
needs to be at least at version3.4.0
.I just wanted to make sure this was on your radar and was hoping it could be included in the release that fixes the other ticket I just filed #397
The text was updated successfully, but these errors were encountered: