Passlib dependency still advisable? #1369
-
First Check
Commit to Help
Example CodeDescriptionIt appears to be that passlib is abandoned. It has been for a while, and when looming problems (e.g. with Python 3.13) became more apparent, the maintainer made some comments and promised to take up development again, but that has been 6 months ago he has been unresponsive again since then, and hasn't given anyone access to pick up the mantle. It appears we may not be getting regular maintanence in the future (see the discussion in the passlib repo for context: https://foss.heptapod.net/python-libs/passlib/-/issues/187). Now that raises two questions for this project template, which I think are worth at least discussing since it's a security related package.
Unless any new vulnerabilities pop up, it should be fine for current Python versions, but could become a problem in the near-ish future. It'd also be a problem if any new vulnerabilities that affect passlib were to pop up. Operating SystemOther Operating System DetailsNot relevant Python Version3.11.9 Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
No, looks like community suggest to use due to project dropped and no more support by maintainer. https://passlib.readthedocs.io/en/latest/install.html Related issue/discuss: pyca/bcrypt#684 |
Beta Was this translation helpful? Give feedback.
-
|
There is a PR: #1539 |
Beta Was this translation helpful? Give feedback.
-
|
This was handled here: #2104 ☕ |
Beta Was this translation helpful? Give feedback.
This was handled here: #2104 ☕