Skip to content

Commit

Permalink
fix: added new_password, old_password, repeat_password
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Sep 2, 2019
1 parent 923709e commit 83034f6
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
90 changes: 90 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,18 @@
"MYSQLPWD",
"mysql_pwd",
"Mysql pwd",
"New_password",
"newPassword",
"newpassword",
"NEWPASSWORD",
"new_password",
"New password",
"Old_password",
"oldPassword",
"oldpassword",
"OLDPASSWORD",
"old_password",
"Old password",
"Passwd",
"passwd",
"PASSWD",
Expand Down Expand Up @@ -219,6 +231,12 @@
"Pwd",
"pwd",
"PWD",
"Repeat_password",
"repeatPassword",
"repeatpassword",
"REPEATPASSWORD",
"repeat_password",
"Repeat password",
"Routing_acc",
"routingAcc",
"routingacc",
Expand Down Expand Up @@ -1153,6 +1171,54 @@
"MYSQLPWDINPUT",
"mysql_pwd_input",
"Mysql pwd input",
"Field_new_password",
"fieldNewPassword",
"fieldnewpassword",
"FIELDNEWPASSWORD",
"field_new_password",
"Field new password",
"New_password_field",
"newPasswordField",
"newpasswordfield",
"NEWPASSWORDFIELD",
"new_password_field",
"New password field",
"Input_new_password",
"inputNewPassword",
"inputnewpassword",
"INPUTNEWPASSWORD",
"input_new_password",
"Input new password",
"New_password_input",
"newPasswordInput",
"newpasswordinput",
"NEWPASSWORDINPUT",
"new_password_input",
"New password input",
"Field_old_password",
"fieldOldPassword",
"fieldoldpassword",
"FIELDOLDPASSWORD",
"field_old_password",
"Field old password",
"Old_password_field",
"oldPasswordField",
"oldpasswordfield",
"OLDPASSWORDFIELD",
"old_password_field",
"Old password field",
"Input_old_password",
"inputOldPassword",
"inputoldpassword",
"INPUTOLDPASSWORD",
"input_old_password",
"Input old password",
"Old_password_input",
"oldPasswordInput",
"oldpasswordinput",
"OLDPASSWORDINPUT",
"old_password_input",
"Old password input",
"Field_passwd",
"fieldPasswd",
"fieldpasswd",
Expand Down Expand Up @@ -1321,6 +1387,30 @@
"PWDINPUT",
"pwd_input",
"Pwd input",
"Field_repeat_password",
"fieldRepeatPassword",
"fieldrepeatpassword",
"FIELDREPEATPASSWORD",
"field_repeat_password",
"Field repeat password",
"Repeat_password_field",
"repeatPasswordField",
"repeatpasswordfield",
"REPEATPASSWORDFIELD",
"repeat_password_field",
"Repeat password field",
"Input_repeat_password",
"inputRepeatPassword",
"inputrepeatpassword",
"INPUTREPEATPASSWORD",
"input_repeat_password",
"Input repeat password",
"Repeat_password_input",
"repeatPasswordInput",
"repeatpasswordinput",
"REPEATPASSWORDINPUT",
"repeat_password_input",
"Repeat password input",
"Field_routing_acc",
"fieldRoutingAcc",
"fieldroutingacc",
Expand Down
3 changes: 3 additions & 0 deletions sensitive-fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,16 @@ module.exports = [
'cvv',
'hash',
'mysql_pwd',
'new_password',
'old_password',
'passwd',
'passwd_confirm',
'password',
'password1',
'password2',
'password_confirm',
'pwd',
'repeat_password',
'routing_acc',
'routing_acc_num',
'routing_acc_number',
Expand Down

0 comments on commit 83034f6

Please sign in to comment.