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.
This commit is contained in:
Tim Graham 2014-04-20 13:12:43 -04:00
parent ab90c4707b
commit 8b93b31487
5 changed files with 49 additions and 1 deletions

View file

@ -21,6 +21,10 @@ def defaults_view(request, arg1, arg2):
pass
def nested_view(request):
pass
def erroneous_view(request):
import non_existent # NOQA