Skip to content
Closed
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-python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ redis>=5.0.0 # Cache (optionnel)
# ============================================
python-jose[cryptography]>=3.4.0
passlib[bcrypt]>=1.7.4
cryptography>=43.0.3
cryptography>=46.0.5
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

La mise à jour de cryptography est faite ici, mais d’autres manifests du dépôt permettent encore une version plus ancienne (ex. backend-python/requirements.txt contient cryptography>=43.0.3, et environment.yml cryptography>=42.0.0). Si ces fichiers sont utilisés pour l’installation/déploiement (cf. instructions dans RELEASE_NOTES.md), la vulnérabilité risque de rester présente. Suggestion : aligner la contrainte cryptography sur les autres fichiers de dépendances, ou documenter clairement quel fichier est la source de vérité.

Suggested change
cryptography>=46.0.5
cryptography>=43.0.3 # Aligné avec backend-python/requirements.txt

Copilot uses AI. Check for mistakes.

# ============================================
# MONITORING & LOGGING
Expand Down