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
fix(security): redact URL userinfo in scheme-validation error messages
A URL configured with embedded credentials (e.g. https://user:pw@host/)
would be echoed verbatim into error messages and logs on rejection,
leaking the password. Strip userinfo before formatting; for unparseable
URLs, don't echo the raw input at all.
Addresses Copilot review on #63.
0 commit comments