-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
passwords being logged and shown in the clear #192
Comments
This ticket is a partial duplicate of #125 |
I have submitted a Pull Request with a fix in it. Hopefully it will be accepted. |
Any plans for accepting the PR? I must admit I don't feel safe using the package with this problem on it. |
This issue only affects the case where the credentials are being passed through Python. In many case there are other ways to avoid the issue:
That said I am not sure who we need to lobby/persuade to get the updates through. |
It is possible to run the module by passing in a user name and password, for example:
Even if you have followed all the good practices for handling passwords within your code, the svn package has two issues:
CommonBase
the full svn command is sent to the debug logThe password should be obscured before the errors or logs are made
The text was updated successfully, but these errors were encountered: