API key shows in --debug output
Is your feature request related to a problem? Please describe.
The --debug output of the fossa CLI commands contain the unredacted API key which may be a security risk
Describe the solution you'd like
Remove or redact the API key in the --debug output or clearly mark in the documentation that running --debug exposes the API key
Describe alternatives you've considered
No known workaround other than forgoing use of --debug.
Using a write-only API key might be a possibility.
Listed as ANE-147 in our internal ticket tracker.
Hi @michaelcoyote , we've patched the cli to redact API keys from debug bundle with release: https://github.com/fossas/fossa-cli/releases/tag/v3.2.7.
Please let us know if the issue persists.