You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python-ecosys/requests: Security fix for leaked passwords.
With the old code, if you make a request with HTTP basic auth (a
username/password) and did not specify a headers dict, then the
cleartext username and password would be added to the default headers
to be used for every subsequent HTTP request.
That's probably not a good idea.
This fixes it so the headers dict passed in, whether default or not,
is never changed.
0 commit comments