Skip to content

Commit

Permalink
fix: add httpsCertificate, httpsPrivateKey and httpsCertificateAuthor…
Browse files Browse the repository at this point in the history
…ity into redactedFields (#25013)
  • Loading branch information
lyonlai committed Oct 4, 2023
1 parent 75d828f commit 4670e3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/util/sanitize.ts
Expand Up @@ -15,6 +15,9 @@ export const redactedFields = [
'gitPrivateKey',
'forkToken',
'password',
'httpsCertificate',
'httpsPrivateKey',
'httpsCertificateAuthority',
];

// TODO: returns null or undefined only when input is null or undefined.
Expand Down

0 comments on commit 4670e3b

Please sign in to comment.