Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bcrypt>=4.0.1 # For password hashing
python-dotenv>=1.0.0 # For secure environment variable handling
validators>=0.21.0 # CVE fix: CWE-1333 ReDoS
bleach>=6.1.0 # For HTML sanitization
urllib3>=1.26.19 # CVE fix: CWE-212 Improper Removal of Sensitive Information
urllib3>=2.6.3 # CVE fix: CWE-212 Improper Removal of Sensitive Information
certifi>=2023.7.22 # For SSL/TLS certificates
pyOpenSSL>=23.2.0 # For SSL/TLS support

Expand Down