blob: 67be0f65d1892c50409c27a9e958ff86704c52b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
===========================
Django 3.2.24 release notes
===========================
*February 6, 2024*
Django 3.2.24 fixes a security issue with severity "moderate" in 3.2.23.
CVE-2024-24680: Potential denial-of-service in ``intcomma`` template filter
===========================================================================
The ``intcomma`` template filter was subject to a potential denial-of-service
attack when used with very long strings.
|