You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run commands as child processes we pass passwords in on the command lines we submit. In and of itself that isn't bad because these are temporary environments, there is no history or other record. But when we log the commands we include the full command line arguments which includes (wait for it) passwords! So we need to extend our command infrastructure to tell them which arguments have passwords as values and to not store them.
The text was updated successfully, but these errors were encountered:
When we run commands as child processes we pass passwords in on the command lines we submit. In and of itself that isn't bad because these are temporary environments, there is no history or other record. But when we log the commands we include the full command line arguments which includes (wait for it) passwords! So we need to extend our command infrastructure to tell them which arguments have passwords as values and to not store them.
The text was updated successfully, but these errors were encountered: