-
Notifications
You must be signed in to change notification settings - Fork 3k
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
index-url password is displayed on pip install. #5249
Labels
auto-locked
Outdated issues that have been locked by automation
type: security
Has potential security implications
Milestone
Comments
Also happens if you have |
Or make it conditional to verbosity. |
I think hiding this behind verbosity and deferring to #4746 for the actual hiding of passwords in that mode makes more sense. Making a PR for this. |
@pradyunsg Agreed |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
added
the
auto-locked
Outdated issues that have been locked by automation
label
Jun 2, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
auto-locked
Outdated issues that have been locked by automation
type: security
Has potential security implications
Description:
When index-url is set (with either
--index-url
or--extra-index-url
) with user credentials, the password is displayed each time pip is used. This is clearly a security issue, before pip 10 this was displayed only in verbose mode. The password should always be masked.What I've run:
The text was updated successfully, but these errors were encountered: