ELA-791-1 python-django security update

denial of service vulnerability

It was discovered that there was a potential Denial of Service (DoS) vulnerability in Django, a popular Python-based web development framework.

Parsed values of the Accept-Language HTTP headers are cached by Django order to avoid repetitive parsing. This could have led to a potential denial-of-service attack via excessive memory usage if the raw value of Accept-Language headers was very large.

Accept-Language headers are now limited to a maximum length specifically in order to avoid this issue.