Exceptions and their stdout might print passwords in plaintext
I have no repro steps, the print occured on one of our managers computer and leaked his password to me.
do not print plaintext password in exception texts
I suspect the complete plaintext authentication sheme is not really secure. Still, having plaintext passwords printed to screen renders paket really untrustworthy ;)
I'd suggest simply to put StructuredFormatDisplay to authenication configs.
i think this might be the right location https://github.com/fsprojects/Paket/pull/1985
We seem to run into this from time to time, see also #1224, #1357. Maybe it's time to consider switching to SecureString to prevent this from happening in the first place?
+1
(kind of fitting that this issue has id 1984...)