Changes between Version 7 and Version 8 of SecurityTeam
- Timestamp:
- Jun 18, 2025, 7:21:15 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SecurityTeam
v7 v8 49 49 === Security issue in the development server (runserver) === 50 50 51 Thanks for the report and for taking the time to submit it through the appropriate channel. 52 53 After review, we've determined that this issue only affects the development server used by runserver. As documented at [0]: 51 After review, we've determined that the reported issue only affects the development server used by runserver. As documented at [0]: 54 52 55 53 "This lightweight development server has not gone through security audits or performance tests, hence is unsuitable for production. Making this server able to handle a production environment is outside the scope of Django." 56 54 55 Also, our security policy at [1] states that: 56 57 "[...] This means the following scenarios do not require a security release: Exploits that only affect local development, for example when using runserver." 58 57 59 Because of this, the behavior you reported is not considered a security issue within the Django project. That said, we appreciate your diligence and have opened a public ticket to track a regular fix for this case, with appropriate credit for your report. 58 60 61 Thanks for taking the time to submit it through the appropriate channel. 62 59 63 [0] https://docs.djangoproject.com/en/stable/ref/django-admin/#django-admin-runserver 64 65 [1] https://docs.djangoproject.com/en/stable/internals/security/#how-does-django-evaluate-a-report 60 66 61 67 === Unauthenticated cache purge ===