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.
Imported getLogger directly from logging module
This was a remainder of some 2.4 compatibility code.
by
Nick the Sea Slug 2012-09-20 19:03:24 UTC
commit 26ff2be787d3c1fad2df4a009fa05b4c11b8cf30
Django
VCC
CVE-2018-14574
django/core/handlers/base.py
+2
-2
django/core/handlers/wsgi.py
+2
-2
django/db/backends/postgresql_psycopg2/base.py
+2
-2
django/db/backends/util.py
+2
-2
django/middleware/common.py
+2
-3
django/middleware/csrf.py
+2
-3
django/views/decorators/http.py
+2
-2
django/views/generic/base.py
+2
-3
tests/regressiontests/logging_tests/tests.py
+5
-6
expand_less