Skip to content

Secure fields show using grep #450

@trevren11

Description

@trevren11

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: SHA1withDSA

Should be:

>>>>  randomCommand | grep SHA1
Enter keystore password: 
         SHA1: some output
         Signature algorithm name: SHA1withDSA

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions