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:
Pea Tyczynska
2019-02-15 12:59:23 +00:00
parent 6a66ee0a4f
commit 3f6e0b6631
2 changed files with 6896 additions and 2020 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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,