Skip to content

Url::ParseUserinfo: Actually verify Password - #10785

Merged
julianbrost merged 1 commit into
masterfrom
url-validate-password
Jun 2, 2026
Merged

Url::ParseUserinfo: Actually verify Password#10785
julianbrost merged 1 commit into
masterfrom
url-validate-password

Conversation

@oxzi

@oxzi oxzi commented Apr 9, 2026

Copy link
Copy Markdown
Member

In Url::ParseUserinfo, after extracting the password, ValidateToken is incorrectly called upon m_Username instead of m_Password. This commit fixes this and actually verifies the password.

The bug was introduced with the surrounding code in 6571ffc.

Luckily, this does not seem to have any security impact. However, as being a bug, this commit now fixes the behavior.

In Url::ParseUserinfo, after extracting the password, ValidateToken is
incorrectly called upon m_Username instead of m_Password. This commit
fixes this and actually verifies the password.

The bug was introduced with the surrounding code in 6571ffc.

Luckily, this does not seem to have any security impact. However, as
being a bug, this commit now fixes the behavior.
@cla-bot cla-bot Bot added the cla/signed label Apr 9, 2026
@oxzi oxzi added this to the 2.17.0 milestone Apr 23, 2026
@julianbrost
julianbrost merged commit 5d563cb into master Jun 2, 2026
29 checks passed
@julianbrost
julianbrost deleted the url-validate-password branch June 2, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants