diff --git a/docs/manual/CoreTasks/get.html b/docs/manual/CoreTasks/get.html index 9f41e0a7a..dc1a8c28a 100644 --- a/docs/manual/CoreTasks/get.html +++ b/docs/manual/CoreTasks/get.html @@ -136,8 +136,10 @@ for progress information. password="secret"/>
Fetches some file from a server with access control. Because https is being used the -fact that basic auth sends passwords in plaintext is moot. - +fact that basic auth sends passwords in plaintext is moot if you +ignore the fact that it is part of your build file which may be +readable by third parties. If you need more security, consider using +the input task to query for a password.