[Snyk] Security upgrade cryptography from 45.0.7 to 46.0.5#118
[Snyk] Security upgrade cryptography from 45.0.7 to 46.0.5#118
Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-15263096
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
memolib | ca3bdf1 | Feb 14 2026, 03:18 PM |
There was a problem hiding this comment.
Pull request overview
Cette PR applique une mise à jour de sécurité de la bibliothèque cryptography de la version 45.0.7 vers 46.0.5 pour corriger 1 vulnérabilité de sécurité identifiée par Snyk (SNYK-PYTHON-CRYPTOGRAPHY-15263096). La bibliothèque cryptography est utilisée dans le projet pour le chiffrement AES-256 des données sensibles des clients conformément au RGPD.
Changes:
- Mise à jour de la dépendance cryptography de >=43.0.3 vers >=46.0.5 dans backend-python/requirements.txt
- Correction de vulnérabilité de sécurité critique dans la bibliothèque cryptography
| Flask-CORS>=4.0.0 | ||
| python-dateutil>=2.8.2 | ||
| cryptography>=43.0.3 | ||
| cryptography>=46.0.5 |
There was a problem hiding this comment.
La mise à jour de cryptography vers 46.0.5 devrait également être appliquée au fichier requirements-python.txt (ligne 73) qui contient encore cryptography>=43.0.3. Cette incohérence entre les fichiers de dépendances peut créer des problèmes de compatibilité et de sécurité selon l'environnement d'exécution utilisé.
Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
backend-python/requirements.txtImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.