Skip to content

url: reject too long input when parsing credentials - #5383

Closed
bagder wants to merge 1 commit into
masterfrom
bagder/too-login-creds
Closed

url: reject too long input when parsing credentials#5383
bagder wants to merge 1 commit into
masterfrom
bagder/too-login-creds

Conversation

@bagder

@bagder bagder commented May 12, 2020

Copy link
Copy Markdown
Member

Since input passed to libcurl with CURLOPT_USERPWD and
CURLOPT_PROXYUSERPWD circumvents the regular string length check we have
in Curl_setstropt(), the input length limit is enforced in
Curl_parse_login_details too, separately.

Since input passed to libcurl with CURLOPT_USERPWD and
CURLOPT_PROXYUSERPWD circumvents the regular string length check we have
in Curl_setstropt(), the input length limit is enforced in
Curl_parse_login_details too, separately.
@bagder bagder added the tidy-up label May 12, 2020
@bagder bagder closed this in e1f3f3a May 13, 2020
@bagder
bagder deleted the bagder/too-login-creds branch May 13, 2020 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant