Skip to content

Url::ParseUserinfo: Actually verify Password#10785

Open
oxzi wants to merge 1 commit intomasterfrom
url-validate-password
Open

Url::ParseUserinfo: Actually verify Password#10785
oxzi wants to merge 1 commit intomasterfrom
url-validate-password

Conversation

@oxzi
Copy link
Copy Markdown
Member

@oxzi oxzi commented Apr 9, 2026

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
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.

1 participant