Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate the blacklist validator #56

Merged
merged 1 commit into from
Oct 9, 2021

Conversation

sstok
Copy link
Member

@sstok sstok commented Sep 30, 2021

Q A
Branch? main
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes
Fixed tickets
License MIT

The PasswordCommonList validator contains a big list of commonly used passwords, many that are known to be insecure.
As updating the list of forbidden passwords is not something done regularly this is recommended over manually updating.

Alternatively the Symfony NotCompromisedPassword validator can be used for a more regularly updated list.

Note: The PasswordCommonList is a rather big package (the list is around 20 MB of size), and therefor maintained as a separate package.

@sstok sstok merged commit 4a5fc6a into rollerworks:main Oct 9, 2021
@sstok sstok deleted the blacklist-deprecation branch October 9, 2021 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant