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 #26175 -- Removed SHA1 password hashes in tests.
by
Lindsey the Elephant Seal 2016-02-05 20:56:52 UTC
commit 015fad9060a8a6fb273a33b8e8457e504ed26131
Django
tests/admin_changelist/tests.py
+12
-4
tests/admin_custom_urls/tests.py
+12
-3
tests/admin_docs/tests.py
+18
-9
tests/admin_inlines/tests.py
+35
-12
tests/admin_utils/test_logentry.py
+6
-1
tests/admin_views/test_adminsite.py
+12
-2
tests/admin_views/tests.py
+397
-99
tests/admin_widgets/tests.py
+44
-18
tests/auth_tests/test_context_processors.py
+18
-5
tests/auth_tests/test_forms.py
+48
-9
tests/auth_tests/test_models.py
+44
-1
tests/auth_tests/test_signals.py
+20
-5
tests/auth_tests/test_templates.py
+4
-1
tests/auth_tests/test_validators.py
+3
-3
tests/auth_tests/test_views.py
+47
-8
tests/flatpages_tests/test_csrf.py
+2
-2
tests/flatpages_tests/test_middleware.py
+4
-4
tests/flatpages_tests/test_views.py
+2
-2
tests/generic_inline_admin/tests.py
+24
-7
tests/proxy_models/tests.py
+12
-3
tests/test_client/tests.py
+22
-3
tests/test_client_regress/tests.py
+30
-7
tests/timezones/tests.py
+7
-10
tests/urlpatterns_reverse/tests.py
+2
-2
tests/view_tests/tests/test_defaults.py
+7
expand_less