Skip to content

Commit

Permalink
update AZSDK1001 to replace the value with a base64 one (#8330)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored May 28, 2024
1 parent 71f09fa commit 06984f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public SanitizerDictionary() {
"AZSDK1000"
),
new RegisteredSanitizer(
new GeneralRegexSanitizer(regex: "AccountKey=(?<key>[^;\\\"]+)", groupForReplace: "key"),
new GeneralRegexSanitizer(regex: "AccountKey=(?<key>[^;\\\"]+)", value: BASE64ZERO, groupForReplace: "key"),
"AZSDK1001"
),
new RegisteredSanitizer(
Expand Down

0 comments on commit 06984f0

Please sign in to comment.