diff options
Diffstat (limited to 'docs/releases/2.2.4.txt')
| -rw-r--r-- | docs/releases/2.2.4.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.2.4.txt b/docs/releases/2.2.4.txt index 8a71fec783..15682da82a 100644 --- a/docs/releases/2.2.4.txt +++ b/docs/releases/2.2.4.txt @@ -41,7 +41,7 @@ CVE-2019-14234: SQL injection possibility in key and index lookups for ``JSONFie ==================================================================================================== :lookup:`Key and index lookups <jsonfield.key>` for -:class:`~django.contrib.postgres.fields.JSONField` and :lookup:`key lookups +``django.contrib.postgres.fields.JSONField`` and :lookup:`key lookups <hstorefield.key>` for :class:`~django.contrib.postgres.fields.HStoreField` were subject to SQL injection, using a suitably crafted dictionary, with dictionary expansion, as the ``**kwargs`` passed to ``QuerySet.filter()``. |
