Skip to content

bpo-29606: urllib rejects newline in FTP #2800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

bpo-29606: urllib rejects newline in FTP #2800

wants to merge 1 commit into from

Conversation

vstinner
Copy link
Member

FTPHandler.ftp_open() and URLOpener.open_ftp() of urllib.request now
raise an exception if the unquoted URL contains a newline character
(U+000A, "\n").

Co-Authored-By: Dong-hee Na [email protected]

FTPHandler.ftp_open() and URLOpener.open_ftp() of urllib.request now
raise an exception if the unquoted URL contains a newline character
(U+000A, "\n").

Co-Authored-By: Dong-hee Na <[email protected]>
@mention-bot
Copy link

@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @orsenthil, @birkenfeld and @brettcannon to be potential reviewers.

@vstinner
Copy link
Member Author

Abandonned in favor on merged PR #1214.

@vstinner vstinner closed this Jul 26, 2017
@vstinner vstinner deleted the urllib_ftp branch July 26, 2017 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-security A security issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants