mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecation timeline.
This commit is contained in:
@@ -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()``.
|
||||
|
||||
Reference in New Issue
Block a user