Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

fix(requirements): Update Django to 2.2.9 for security fix #385

Closed CuriousLearner closed 4 years ago

CuriousLearner commented 4 years ago

Why was this change necessary?

An immediate security fix has been issued by the Django project resolving CVE-2019-19844: Potential account hijack via password reset form

More information here: https://www.djangoproject.com/weblog/2019/dec/18/security-releases/

How does it address the problem?

Updates the Django version to 2.2.9

Are there any side effects?

None.