1
0
mirror of https://github.com/django/django.git synced 2025-10-27 23:56:08 +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:
Tim Graham
2014-04-20 13:31:53 -04:00
parent 25adac9b42
commit 4352a50871
5 changed files with 50 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
def view(request):
"""Stub view"""
pass