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.
Used a database feature to prevent the jsonb test model from being migrated.
Thanks Tim for the review.
by
Hunter the Chinook 2016-09-10 23:20:16 UTC
commit 32c0d823e5316aa7d616a69996919b62748368cc
Django
VCC
CVE-2019-14234
django/db/backends/postgresql/features.py
-4
tests/postgres_tests/migrations/0002_create_test_models.py
+13
-1
tests/postgres_tests/models.py
+10
-7
tests/postgres_tests/test_json.py
+19
-7
expand_less