1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00
Russell Keith-Magee aae5a96d57 Ensure that passwords are never long enough for a DoS.
* Limit the password length to 4096 bytes
  * Password hashers will raise a ValueError
  * django.contrib.auth forms will fail validation
* Document in release notes that this is a backwards incompatible change

Thanks to Josh Wright for the report, and Donald Stufft for the patch.

This is a security fix; disclosure to follow shortly.
2013-09-15 13:42:23 +08:00
..
2013-09-14 12:34:57 -07:00
2013-06-29 11:58:36 +02:00
2013-09-14 12:34:57 -07:00
2013-06-28 08:56:45 -05:00