mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
Added additional insecure password test
This commit is contained in:
parent
d452f7d297
commit
e1dac833df
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ func TestInsecurePasswords(t *testing.T) {
|
|||
`ASEFSTDHQAEGFADF`: "Password with only uppercase characters was accepted.",
|
||||
`135fach74nc94bd6`: "Password without uppercase characters was accepted.",
|
||||
`235JGOA0YTVKS46S`: "Password without lowercase characters was accepted.",
|
||||
`sdgAFfgADTSgafoa`: "Password without numeric characters was accepted",
|
||||
|
||||
`cKTn5mQXfasdS6qy`: "Password with pattern asd was accepted.",
|
||||
`cKTn5mQXfdsaS6qy`: "Password with pattern dsa was accepted.",
|
||||
|
|
Loading…
Reference in a new issue