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 #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware.
by
Tracey the Cockroach 2016-04-03 10:15:10 UTC
commit a840710e1e38bc9e55412bb36eca92eff94ebd2c
Django
VCC
CVE-2018-14574
django/conf/global_settings.py
-2
django/middleware/common.py
+2
-11
django/middleware/http.py
+2
-15
django/utils/cache.py
-9
docs/internals/deprecation.txt
-3
docs/ref/middleware.txt
+1
-12
docs/ref/settings.txt
-5
docs/ref/utils.txt
-5
docs/releases/1.11.txt
-9
docs/topics/conditional-view-processing.txt
+12
-9
docs/topics/i18n/translation.txt
+2
-2
docs/topics/performance.txt
+1
-2
tests/admin_views/tests.py
+2
-4
tests/cache/tests.py
+2
-4
tests/middleware/tests.py
+1
-35
expand_less