Skip to content

v8.33.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:17

Imperative

  • BugFix: Masked sensitive command-line options that are supplied in the equals-separated form (for example, --user=example or -u=example) before the command line is written to the log, and also mask secure values that contain embedded whitespace.
  • BugFix: Updated Logger.ts to wrap the formatted message with Censor.censorRawData. [#2772] (#2772)
  • BugFix: Redacted cert, key fields, and token value from logs in AbstractRestClient. #2781