mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed catastrophic backtracking in URLValidator.
Thanks João Silva for reporting the problem and Tim Graham for finding the problematic RE and for review. This is a security fix; disclosure to follow shortly.
This commit is contained in:
@@ -35,6 +35,8 @@ http://foo.bar/foo(bar)baz quux
|
||||
http://-error-.invalid/
|
||||
http://-a.b.co
|
||||
http://a.b-.co
|
||||
http://a.-b.co
|
||||
http://a.b-.c.co
|
||||
http:/
|
||||
http://
|
||||
http://
|
||||
|
||||
Reference in New Issue
Block a user