1
0
mirror of https://github.com/django/django.git synced 2025-01-26 10:09:42 +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-03-22 13:50:07 -04:00
2011-09-11 02:28:08 +00:00
2013-03-22 13:50:07 -04:00
2012-08-31 20:35:50 +02:00
2012-08-31 20:35:50 +02:00
2013-09-10 21:07:22 -04:00
2013-03-28 15:03:19 -05:00
2013-09-10 21:07:22 -04:00
2013-09-10 21:07:22 -04:00