-
Notifications
You must be signed in to change notification settings - Fork 291
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
Security Vulneratbility CVE-2022-40899 on future 0.18.2 #612
Comments
seems like there is already a PR open for this #610 |
Is there also a release plan for users to update from v0.18.2? |
v0.18.2 was released on Jun 13, 2020… #610 mentions that the project is more or less dead. It is supposed to help moving from Python 2 to 3. Python 2 has been dead for a long time. It might be better to just remove all references to this library from your code. Of course, this is make harder if some dependency of yours uses it.
|
@ygworldr Thanks for your suggestion. Problem solved by updating packages in my project and no need for |
Backport merged in #610 |
Does this vulnerability have an effect on Python 3? The docs says:
|
0.18.3 released! |
Hello! We got a security vulnerability warning in our builds due to our dependency on
future 0.18.2
.https://github.com/PythonCharmers/python-future/blob/master/src/future/backports/http/cookiejar.py#L215
The report has a link to pull request to fix a similar issue in cpython.
python/cpython#17157
The text was updated successfully, but these errors were encountered: