Skip to content
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

Logs password in plaintext #125

Closed
vt102 opened this issue Nov 15, 2018 · 1 comment
Closed

Logs password in plaintext #125

vt102 opened this issue Nov 15, 2018 · 1 comment

Comments

@vt102
Copy link
Contributor

vt102 commented Nov 15, 2018

When logging is turned on, user's login information, including clear text password, is printed.

DEBUG: curl --silent -X GET -u 'vt102@example.com':'Password1' -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://example.atlassian.net/wiki/rest/api/user?username=vt102'

@gonchik
Copy link
Member

gonchik commented Nov 15, 2018

Hi!
Yes, that's right.
How it will be better if we replace it as XXX ?
it is related this method https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/rest_client.py#L29

Cheers,
Gonchik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants