Hide Forgot
A maliciously crafted URL to a Django site using the serve() view could redirect to any other domain. The view no longer does any redirects as they don't provide any known, useful functionality. Note, however, that this view has always carried a warning that it is not hardened for production use and should be used only as a development aid. Affected versions: * Django master development branch * Django 1.11 (currently at release candidate status) * Django 1.10 * Django 1.9 * Django 1.8
Acknowledgments: Name: the Django project
Created attachment 1267358 [details] Upstream patch 1.8.x
Created attachment 1267359 [details] Upstream patch 1.9.x
Created attachment 1267360 [details] Upstream patch 1.10.x
Created attachment 1267361 [details] Upstream patch 1.11.x
Created attachment 1267362 [details] Upstream patch master
Public via: https://www.djangoproject.com/weblog/2017/apr/04/security-releases/