mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 21:20:32 -04:00
Update common passwords blacklist
I did the update following instructions from this commit: https://github.com/alphagov/notifications-admin/ commit/136662bd309d986a9b7c3e0ee76588612c1ab761 Password repositiories I used were: darkweb2017-top10000.txt probable-v2-top12000.txt twitter-banned.txt
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,7 @@ from app.main.validators import (
|
||||
|
||||
|
||||
@pytest.mark.parametrize('password', [
|
||||
'govuknotify', '11111111', 'kittykat', 'evangeli'
|
||||
'govuknotify', '11111111', 'kittykat', 'blackbox'
|
||||
])
|
||||
def test_should_raise_validation_error_for_password(
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user