-
Notifications
You must be signed in to change notification settings - Fork 2
/
sensitive-fields.js
85 lines (85 loc) · 1.4 KB
/
sensitive-fields.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
module.exports = [
'2fa',
'2fa_code',
'2fa_pin',
'2fa_token',
'_csrf',
'acc_number',
'access_token',
'account_bank_number',
'account_number',
'account_routing_number',
'api_key',
'api_token',
'auth_token',
'bank_acc',
'bank_acc[routing_num]',
'bank_acc[routing_number]',
'bank_acc_num',
'bank_acc_number',
'bank_account',
'bank_account[routing_number]',
'bank_account_num',
'bank_account_number',
'card[cvv]',
'card[num]',
'card[number]',
'card_cvv',
'card_num',
'card_number',
'cc_num',
'cc_number',
'cert',
'certificate',
'confirm_passwd',
'confirm_password',
'credentials',
'credit_card',
'credit_card_num',
'credit_card_number',
'creds',
'csrf',
'cvv',
'issuer_certificate',
'key',
'mysql_pwd',
'new_password',
'old_password',
'otp',
'otp_code',
'otp_pin',
'otp_token',
'passwd',
'passwd_confirm',
'password',
'password1',
'password2',
'password_confirm',
'pin',
'private_key',
'pwd',
'raw',
'repeat_password',
'routing_acc',
'routing_acc_num',
'routing_acc_number',
'routing_account_number',
'routing_number',
'salt',
'secret',
'security_code',
'security_pin',
'security_token',
'social_security_num',
'social_security_number',
'ssn',
'stripe_token',
'token',
'totp',
'totp_code',
'totp_pin',
'totp_token',
'two_factor_code',
'two_factor_pin',
'two_factor_token'
];