in reply to Re^3: How to pass file paths in a master script which is used to run several perl scripts?
in thread How to pass file paths in a master script which is used to run several perl scripts?
Nothing technically wrong with this, just a remark/reminder.
Passing a secret via the command line exposes the secret in the process list. Everybody with access to 'ps' or /proc/<pid>/cmdline can see the secret. (This may include some totally unrelated piece of software which logs the contents of 'ps -ef' for debugging/troubleshooting purposes.)
Yes, this is kinda obvious, but I wanted to put attention to it anyway.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: How to pass file paths in a master script which is used to run several perl scripts?
by marto (Cardinal) on Oct 18, 2016 at 12:31 UTC |