mirror of
https://github.com/django/django.git
synced 2025-10-27 07:36:08 +00:00
[1.5.x] Fixed a remote code execution vulnerabilty in URL reversing.
Thanks Benjamin Bach for the report and initial patch.
This is a security fix; disclosure to follow shortly.
Backport of 8b93b31487 from master
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
def view(request):
|
||||
"""Stub view"""
|
||||
pass
|
||||
Reference in New Issue
Block a user