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.
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
by
Lindsey the Elephant Seal 2017-09-03 01:09:22 UTC
commit 48d57788ee56811fa77cd37b9edf40535f82d87e
Django
VCC
CVE-2018-14574
django/conf/global_settings.py
+5
django/middleware/common.py
+32
-1
django/utils/cache.py
+14
docs/ref/middleware.txt
+16
docs/ref/settings.txt
+18
docs/ref/utils.txt
+6
docs/releases/2.1.txt
-3
tests/admin_views/tests.py
+19
-1
tests/cache/tests.py
+36
-2
tests/middleware/tests.py
+57
-1
expand_less