mirror of
https://github.com/django/django.git
synced 2025-10-27 15:46:10 +00:00
[1.6.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:
@@ -16,6 +16,10 @@ def absolute_kwargs_view(request, arg1=1, arg2=2):
|
||||
def defaults_view(request, arg1, arg2):
|
||||
pass
|
||||
|
||||
def nested_view(request):
|
||||
pass
|
||||
|
||||
|
||||
def erroneous_view(request):
|
||||
import non_existent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user