Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-29606: urllib rejects newline in FTP#2800

Closed
vstinner wants to merge 1 commit into
python:masterpython/cpython:masterfrom
vstinner:urllib_ftpCopy head branch name to clipboard
Closed

bpo-29606: urllib rejects newline in FTP#2800
vstinner wants to merge 1 commit into
python:masterpython/cpython:masterfrom
vstinner:urllib_ftpCopy head branch name to clipboard

Conversation

@vstinner

Copy link
Copy Markdown
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 donghee.na92@gmail.com

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 <donghee.na92@gmail.com>
@mention-bot

Copy link
Copy Markdown

@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
Copy Markdown
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.