adobe / reactor-uploader

Command line tool for uploading Adobe Experience Platform Tags extensions.
Apache License 2.0
9 stars 11 forks source link

PDCL-5086: filter out the user's access token in verbose mode #43

Closed brenthosie closed 3 years ago

brenthosie commented 3 years ago

Description

Hides the user's access token when using verbose print mode.

Related Issue

https://jira.corp.adobe.com/browse/PDCL-5086

Motivation and Context

When debug statements are copied around and shared, the user's access token can be exposed over public servers.

How Has This Been Tested?

  1. npm test
  2. Manual verification that I can still upload a package using the uploader tool.

Screenshots (if appropriate):

Before:

before-sanitize

After:

after-sanitize

Types of changes

Checklist: