Permalink
Please sign in to comment.
Browse files
[2.1.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numbe…
…rformat.format(). Thanks Sjoerd Job Postmus for the report and initial patch. Thanks Michael Manfre, Tim Graham, and Florian Apolloner for review. Backport of 402c0caa851e265410fbcaa55318f22d2bf22ee2 from master
- Loading branch information...
Showing
with
69 additions
and 1 deletion.
- +14 −1 django/utils/numberformat.py
- +12 −0 docs/releases/1.11.19.txt
- +12 −0 docs/releases/2.0.11.txt
- +12 −0 docs/releases/2.1.6.txt
- +19 −0 tests/utils_tests/test_numberformat.py
0 comments on commit
40cd190