betagouv / e-controle

Outil permettant de simplifier la relation entre un organisme de contrôle et des structures contrôlés
MIT License
9 stars 11 forks source link

[Snyk] Fix for 2 vulnerabilities #574

Closed snyk-bot closed 4 years ago

snyk-bot commented 4 years ago

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

Changes included in this PR

⚠️ Warning ``` soft-delete 0.2.2 has requirement coverage==4.0.3, but you have coverage 5.0.4. django-model-utils 4.0.0 has requirement Django>=2.0.1, but you have Django 1.11.29. django-celery-beat 2.0.0 requires django-timezone-field, which is not installed. ```

Vulnerabilities that will be fixed

By pinning:
Severity Issue Upgrade Breaking Change Exploit Maturity
medium severity Information Exposure
SNYK-PYTHON-DJANGO-571013
django:
2.2.11 -> 2.2.13
Django:
2.2.11 -> 2.2.13
No No Known Exploit
medium severity Cross-site Scripting (XSS)
SNYK-PYTHON-DJANGO-571014
django:
2.2.11 -> 2.2.13
Django:
2.2.11 -> 2.2.13
No No Known Exploit

Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the effected dependencies could be upgraded.

Check the changes in this PR to ensure they won't cause issues with your project.


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

🛠 Adjust project settings

📚 Read more about Snyk's upgrade and patch logic

estellecomment commented 4 years ago

Comme on a des problèmes de déploiement en ce moment, peut etre que c'est pas le moment de changer les dépendances. Ca sera peut etre mieux quand on aura réparé le script...

Edit : tested it locally a little, looks good, the acceptance testing will catch any problems.