added module for unix compatibility #1
Draft
GitHub Advanced Security / CodeQL
failed
Oct 13, 2024 in 2s
1 new alert including 1 high severity security vulnerability
New alerts in code changed by this pull request
Security Alerts:
- 1 high
See annotations below for details.
Annotations
Check failure on line 26 in src/passwordlib/unix/encrypt.py
Code scanning / CodeQL
Use of a broken or weak cryptographic hashing algorithm on sensitive data High
is used in a hashing algorithm (SHA1) that is insecure for password hashing, since it is not a computationally expensive hash function.
Loading