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

*February 3, 2020*

Django 1.11.28 fixes a security issue in 1.11.27.

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``.