-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Upgrade okio-jvm dependency #5485
Comments
hello gabesotto |
Hey @Mandeep56Singh You shouldn't need any java code, you just need to update your dependencies.
You should update okhttp to Also potentially okio? But i would need to review your dependency tree. You should review your dependency tree (I think you are using maven) and see what packages you have that rely on |
Another thing I just discovered - it seems they backported the fix to I'm still not sure how the dependency between okhttp & okio works in your system without a closer look but its possible you maybe able to just update that one if you don't want a major version jump. |
Yes, this version needs to be updated as vulnerabilities have been reported in use. My security scans are failing because of this version. |
Is your task related to a problem? Please describe
The version of okio-jvm used (3.0.0) is vulnerable to a ddos attack. The fix is in 3.1.0.
Fixed here: square/okio#1280
Describe the solution you'd like
Upgrade to atleast 3.1.0 but the most recent version is 3.5.0
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: