PySvn icon indicating copy to clipboard operation
PySvn copied to clipboard

password in debug log message

Open rolze opened this issue 6 years ago • 1 comments

hi,

svn credentials are logged in debug mode.

I propose to pass data to the log method via extra={'...'} so that a custom log formatter can hide away the password.

Cheers Roland

rolze avatar Sep 11 '18 13:09 rolze

I have raised a another ticket for a similar issue, I have noticed the passwords are in the log and also in the exception messages (which end up in CI logs when using some test frameworrks).

krcb197 avatar Apr 28 '23 07:04 krcb197