mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.
This commit is contained in:
committed by
Carlton Gibson
parent
6b178a3e93
commit
eb31d84532
@@ -42,6 +42,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
2.2.10
|
||||
2.2.9
|
||||
2.2.8
|
||||
2.2.7
|
||||
@@ -100,6 +101,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.11.28
|
||||
1.11.27
|
||||
1.11.26
|
||||
1.11.25
|
||||
|
||||
Reference in New Issue
Block a user