Skip to content

Commit

Permalink
[DI] Add missing PII redaction tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Jan 15, 2025
1 parent b070889 commit 80074fc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const REDACTED_IDENTIFIERS = new Set(
'email',
'encryption_key',
'encryptionkeyid',
'env',
'geo_location',
'gpg_key',
'ip_address',
Expand Down Expand Up @@ -75,6 +76,7 @@ const REDACTED_IDENTIFIERS = new Set(
'salt',
'secret',
'secretKey',
'secrettoken',
'securitycode',
'security_answer',
'security_question',
Expand Down

0 comments on commit 80074fc

Please sign in to comment.