Skip to content

Commit

Permalink
Remove too generic redaction keywords (#7117)
Browse files Browse the repository at this point in the history
config and address are too generic and can redact useful and not
sensible variables
  • Loading branch information
jpbempel committed Jun 3, 2024
1 parent 148ac0f commit c9524d0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public class Redaction {
Arrays.asList(
"2fa",
"accesstoken",
"address",
"aiohttpsession",
"apikey",
"appkey",
Expand All @@ -35,7 +34,6 @@ public class Redaction {
"cipher",
"clientid",
"clientsecret",
"config",
"connectionstring",
"connectsid",
"cookie",
Expand Down

0 comments on commit c9524d0

Please sign in to comment.