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
Set user and password last when constructing an URI
To fix CVE-2025-27221, the `uri` gem started invalidating the set
username and password when the host of an URI changes. To still
correctly construct the URI in our case, set username and password last,
which will correctly preserve it.
0 commit comments