Skip to content

v3.12.1

Choose a tag to compare

@americk0 americk0 released this 28 Jul 16:35
· 0 commits to 4c58b6d6b9979b8a1268bc515805d48040a297bd since this release

Description

Adds log statements for printing the secrets obtained from the command line or keystore, but only when the --unsafe-verbose flag is passed. Otherwise it just prints the length of the secret and the first character. The intent of this extra logging is to help users be able to debug the CLI themselves and they should never be instructed to share the output of running any command with the --unsafe-verbose flag. I expect to be able to use this to help debug user issues by asking them to run commands with this flag without sharing the output and instead just asking them to confirm that the value shown is the one they pasted from their clipboard/copied from ALKS Web/expected to see

Type of change

  • Patch (non-breaking change which fixes an issue)