Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow send URL to be provided interactively #17

Open
ehuggett opened this issue Apr 4, 2018 · 0 comments
Open

Allow send URL to be provided interactively #17

ehuggett opened this issue Apr 4, 2018 · 0 comments

Comments

@ehuggett
Copy link
Owner

ehuggett commented Apr 4, 2018

Accepting the send URL on the command line may compromise the secrecy of its secretKey

  • CLI arguments can be read by other processes e.g. from /proc/$pid/cmdline (normally world readable).
  • It may be saved to the shells history file e.g. .bash_history (normally only readable by the user that owns it).

To close this issue

  • If --url is specified without a value, prompt for it.
  • a warning should be printed if a secret value is passed on the CLI indicating that this is a bad practice.
    • provide a more detailed description of the risks in the README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant