Skip to content

Commit

Permalink
fix: added password1, password2 per @pablopunk recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Apr 30, 2019
1 parent 90ac4e9 commit 5c853d5
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
54 changes: 54 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"Password",
"password",
"PASSWORD",
"Password1",
"password1",
"PASSWORD1",
"Password2",
"password2",
"PASSWORD2",
"Password_confirm",
"passwordConfirm",
"passwordconfirm",
Expand Down Expand Up @@ -240,6 +246,54 @@
"PASSWORDINPUT",
"password_input",
"Password input",
"Field_password1",
"fieldPassword1",
"fieldpassword1",
"FIELDPASSWORD1",
"field_password1",
"Field password1",
"Password1_field",
"password1Field",
"password1field",
"PASSWORD1FIELD",
"password1_field",
"Password1 field",
"Input_password1",
"inputPassword1",
"inputpassword1",
"INPUTPASSWORD1",
"input_password1",
"Input password1",
"Password1_input",
"password1Input",
"password1input",
"PASSWORD1INPUT",
"password1_input",
"Password1 input",
"Field_password2",
"fieldPassword2",
"fieldpassword2",
"FIELDPASSWORD2",
"field_password2",
"Field password2",
"Password2_field",
"password2Field",
"password2field",
"PASSWORD2FIELD",
"password2_field",
"Password2 field",
"Input_password2",
"inputPassword2",
"inputpassword2",
"INPUTPASSWORD2",
"input_password2",
"Input password2",
"Password2_input",
"password2Input",
"password2input",
"PASSWORD2INPUT",
"password2_input",
"Password2 input",
"Field_password_confirm",
"fieldPasswordConfirm",
"fieldpasswordconfirm",
Expand Down
2 changes: 2 additions & 0 deletions sensitive-fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module.exports = [
'pwd',
'salt',
'password',
'password1',
'password2',
'password_confirm',
'passwd',
'passwd_confirm',
Expand Down

0 comments on commit 5c853d5

Please sign in to comment.