Pip does not redact passwords when collecting git dependencies #9709
Labels
C: direct url
Direct URL references (PEP 440, PEP 508, PEP 610)
C: vcs
pip's interaction with version control systems like git, svn and bzr
type: bug
A confirmed bug or unintended behavior
pip version
21.0.1
Python version
3.7
OS
Windows 10, Ubuntu 18
Additional information
No response
Description
When installing a package with git-based dependencies with credentials, the password is displayed when printing the "Collecting" message. The rest is ok.
Expected behavior
The password in the URL is always redacted.
How to Reproduce
setup.py
file containing the following:pip install .
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: