-
Notifications
You must be signed in to change notification settings - Fork 90
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 vulnerability in the future
dependency
#75
Comments
I agree that stopping using I think it's worth dropping as part of no longer supporting very old versions of Django and Python, as that will typically involve using libraries that are practically unmaintained. |
@ashokdelphia Thank you for your insight on this! I hadn't looked deeply until now and I agree, it's not a showstopper here. Most folks are probably (like me) just seeing security vulnerability warnings and scrambling to keep their dependencies clean. In our case, future was only used by two dependencies (the other having already dropped it in a recent release, so just needed to upgrade). Still hopeful that @jmrivas86 can add a few more folks to help maintain this. It's a good one! |
@jmrivas86 Can we get this merged please? |
Fixed in pifantastic#1 |
Description
This library depends on the
future
package which is not maintained, but contains a high-severity vulnerability: GHSA-v3c5-jqr6-7qm8Please drop the dependency on this package if possible.
The text was updated successfully, but these errors were encountered: