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 @@ -23,7 +23,7 @@ qrcode[pil]>=8.0
# STALE vs these floors; refresh them (see docs note) at a maintenance window.
urllib3>=2.7.0 # CVE-2026-44431 / -44432 (transitive via requests)
pillow>=12.2.0 # CVE-2026-42311 + others (transitive via qrcode[pil])
cryptography>=46.0.7 # CVE-2026-39892 / -34073 (routes/auth + codec_license)
cryptography>=48.0.0 # CVE-2026-39892 / -34073 (routes/auth + codec_license)

# B8 / SR-31: argon2id for PIN hashing (replaces SHA-256). Memory-hard,
# GPU-resistant. Optional dep — codec_pinhash falls back to SHA-256 when
Expand Down