1
0
mirror of https://github.com/django/django.git synced 2025-01-26 18:19:18 +00:00
Sarah Boyce 8e7a44e4be [5.0.x] Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_language_variant().
Language codes are now parsed with a maximum length limit of 500 chars.

Thanks to MProgrammer for the report.
2024-07-09 10:03:38 -03:00
..