-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
If you try to run a command and grep the output and the action requires a password, the password field is no longer hidden
Example:
>>>> randomCommand | grep SHA1
Enter keystore password: SHOWSPASSWORD
SHA1: some output
Signature algorithm name: SHA1withDSAShould be:
>>>> randomCommand | grep SHA1
Enter keystore password:
SHA1: some output
Signature algorithm name: SHA1withDSA