summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.10.txt
blob: f82774dea0961a71e954d42c51617e85b756c038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
===========================
Django 2.2.10 release notes
===========================

*February 3, 2020*

Django 2.2.10 fixes a security issue in 2.2.9.

CVE-2020-7471: Potential SQL injection via ``StringAgg(delimiter)``
===================================================================

:class:`~django.contrib.postgres.aggregates.StringAgg` aggregation function was
subject to SQL injection, using a suitably crafted ``delimiter``.