Skip to content
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

com.squareup.okio:okio transitive dependency has security vulnerability #398

Open
lukewpatterson opened this issue Oct 17, 2023 · 1 comment

Comments

@lukewpatterson
Copy link

From mvn dependency:tree

[INFO] +- com.plaid:plaid-java:jar:17.0.0:compile
[INFO] |  +- com.squareup.okhttp3:okhttp:jar:4.9.3:compile
[INFO] |  |  +- com.squareup.okio:okio:jar:2.8.0:compile

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#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

@yschimke
Copy link

4.12.0 released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants