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
Since AUTH="--user=${USERNAME} --password=${PASSWORD}"
will expose the user and password information in the system by ps and in the command history, strongly suggested to rewrite related code by using wgetrc or other ways for downloading the files in the data hubs.
Especially for those large files, the user and password is visible through easy ps ax | grep wget which is very dangerous.
The text was updated successfully, but these errors were encountered:
Since
AUTH="--user=${USERNAME} --password=${PASSWORD}"
will expose the user and password information in the system by
ps
and in the command history, strongly suggested to rewrite related code by using wgetrc or other ways for downloading the files in the data hubs.Especially for those large files, the user and password is visible through easy
ps ax | grep wget
which is very dangerous.The text was updated successfully, but these errors were encountered: