Passlib dependency still advisable? #1369
Unanswered
SpoonOfDoom
asked this question in
Questions
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Description
It 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 System
Other
Operating System Details
Not relevant
Python Version
3.11.9
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions