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

Dependency on okhttp3 v4.11.0 is causing a transient vulnerability on dependency scanners per CVE-2023-3635 #39

Open
rhanton opened this issue Mar 11, 2025 · 1 comment

Comments

@rhanton
Copy link

rhanton commented Mar 11, 2025

Our dependency scanner is upset about the CVE-2023-3635 vulnerability in com.squareup.okio:okio v3.2.0 that is contained within okhttp3 v4.11.0. See dependency tree below:

[INFO] |  \- com.statsig:serversdk:jar:1.32.1:compile
[INFO] |     +- com.squareup.okhttp3:okhttp:jar:4.11.0:runtime
[INFO] |     |  \- com.squareup.okio:okio:jar:3.2.0:runtime
[INFO] |     |     \- com.squareup.okio:okio-jvm:jar:3.2.0:runtime
[INFO] |     |        \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.25:runtime

Using v4.12.0 will bring us to okio v3.6.0 that is no longer vulnerable. Better would be to remove dependency on these square http libraries entirely, but I think the version bump is an easy change.

@rhanton
Copy link
Author

rhanton commented Mar 11, 2025

Another helpful thing would be suggesting use of dependabot on statsig-io's repositories, which would help these items to be remedied sooner (without me asking).

rhanton added a commit to rhanton/java-server-sdk that referenced this issue Mar 11, 2025
rhanton added a commit to rhanton/java-server-sdk that referenced this issue Mar 11, 2025
Fixes to dependencies for issue statsig-io#38 & statsig-io#39 + Kotlin upgrade to 1.8.x
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

1 participant