-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Okhttp: CVE-2020-29582 due to old version of Okhttp (Squareup) #1514
Comments
I'll see if I can work on a fix myself (never worked on Feign before). But I would guess it could be as simple as a dependency update (best case). |
I wanted to test the dependency update locally but couldn't run
Maybe someone could help me test it locally or verify the change. I pushed it to this branch in my fork. Only this one line changed: |
I have tested it locally: the build is successful. @moritzluedtke if you create pull request, the github workflow checks any building errors. |
I made a PR for it, seems fine on my computer, let's see what is CI opinion |
Thank you @radio-rogal and @velo for taking a look at this and fixing it! Do you have an estimate on when the new version will be released? |
Unfortunately this is still an issue with |
When running the OWASP dependency check in a project with okhttp in its dependencies the OWASP check finds the following two vulnerabilities:
According to the NVD (link to CVE-2020-29582) the fix should be present in version
1.4.21
onwards.The two libraries are used by Okhttp from Squareup.
Feign Okhttp
11.6
uses Okhttp (Squareup)4.6.0
(April 2020). So this could have already been fixed in Okhttp.The text was updated successfully, but these errors were encountered: