-
Notifications
You must be signed in to change notification settings - Fork 697
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 urllib3 due to CVE-2023-43804 #9306
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
14520fd
to
624a14d
Compare
@mergify rebase |
✅ Branch has been successfully rebased |
624a14d
to
6862c77
Compare
6862c77
to
4fdbdfe
Compare
Did this need to be backported or something? Github is still complaining about the CVE regression. |
@geekosaur that's my thought too. I don't know for sure though. I hit this issue the second time in my life (i.e. Dependabot keeps complaining about a security issue that was fixed on the default branch), and I'm very eager to find out how to fix it. Most mysterious is that we don't know which branches Dependabot looks at. There are 159 branches on this repo currently... |
This SO thread (albeit from 5 years ago) claims the opposite though: that only the default branch is inspected. |
Apparently we got the update wrong? It wants to do the update on |
Yeh, wrong version apparently. |
Re-reading #9305, we did everything right. It's just a new vulnerability that hits the newer version of |
As reported by dependabot. Closes #9305.