diff --git a/pash b/pash index a0afe18..f5b7ff4 100755 --- a/pash +++ b/pash @@ -46,7 +46,7 @@ pw_add() { # # Heredocs are sometimes implemented via temporary files, # however this is typically done using 'mkstemp()' which - # is more secure than '/proc'. + # is more secure than a leak in '/proc'. "$gpg" "$@" -o "$name.gpg" <<-EOF && $pass EOF