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 #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
by
Lindsey the Elephant Seal 2017-02-07 17:05:47 UTC
commit 500532c95db40b0b24654be7bb0d76b66b022bd5
Django
django/contrib/auth/password_validation.py
+1
-1
django/contrib/staticfiles/storage.py
+2
-2
django/core/handlers/wsgi.py
+6
-4
django/core/mail/message.py
+2
-2
django/core/serializers/json.py
+1
-1
django/core/serializers/pyyaml.py
+1
-1
django/db/backends/postgresql/operations.py
+1
-1
django/db/backends/sqlite3/base.py
+1
-1
django/test/client.py
+3
-3
django/utils/crypto.py
+5
-3
django/utils/encoding.py
+2
-2
django/utils/functional.py
+1
-1
tests/cache/tests.py
+2
-2
tests/file_uploads/views.py
+1
-1
tests/files/tests.py
+2
-2
tests/forms_tests/field_tests/test_filefield.py
+1
-1
tests/forms_tests/tests/test_forms.py
+1
-1
tests/forms_tests/tests/tests.py
+1
-1
tests/httpwrappers/tests.py
+3
-3
tests/logging_tests/tests.py
+1
-1
tests/mail/tests.py
+2
-2
tests/middleware/tests.py
+1
-1
tests/serializers/tests.py
+1
-1
tests/servers/test_basehttp.py
+1
-1
tests/signing/tests.py
+1
-1
tests/sitemaps_tests/test_generic.py
+1
-1
tests/sitemaps_tests/test_http.py
+9
-9
tests/sitemaps_tests/test_https.py
+4
-4
tests/test_client_regress/tests.py
+3
-3
tests/utils_tests/test_encoding.py
+1
-1
tests/utils_tests/test_text.py
+1
-1
tests/view_tests/tests/test_i18n.py
+2
-2
expand_less