-
- Downloads
Properly handle colons in URL passwords
Before b46d5b13, we relied on `Addressable::URI` to parse the username/password in a URL, but this failed when credentials contained special characters. However, this introduced a regression where the parsing would incorrectly truncate the password if the password had a colon. Closes #49080
parent
255db3d5
No related branches found
No related tags found
Showing
- changelogs/unreleased/sh-handle-colons-in-url-passwords.yml 5 additions, 0 deletionschangelogs/unreleased/sh-handle-colons-in-url-passwords.yml
- lib/gitlab/url_sanitizer.rb 1 addition, 1 deletionlib/gitlab/url_sanitizer.rb
- spec/lib/gitlab/url_sanitizer_spec.rb 1 addition, 0 deletionsspec/lib/gitlab/url_sanitizer_spec.rb
Please register or sign in to comment