The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Fixed #25718 -- Made a JSONField lookup value of None match keys that have a null value.
by
Curtis the Moray Eel 2018-02-20 15:47:12 UTC
commit c979c0a2b8abca325a549961fd7a17bdc36bcb1f
Django
VCC
CVE-2019-14234
django/contrib/postgres/fields/jsonb.py
-1
django/contrib/postgres/lookups.py
-10
django/db/models/lookups.py
-1
django/db/models/sql/query.py
+3
-3
docs/ref/contrib/postgres/fields.txt
+1
-18
docs/releases/2.1.txt
-4
tests/lookup/models.py
-7
tests/lookup/tests.py
+1
-11
tests/postgres_tests/test_json.py
-15
expand_less