Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

[3.7] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs.#25923

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ned-deily merged 2 commits intopython:3.7frommiss-islington:backport-515a7bc-3.7
May 6, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedMay 5, 2021
edited by bedevere-bot
Loading

Co-authored-by: Gregory P. Smithgreg@krypto.org
Co-authored-by: Serhiy Storchakastorchaka@gmail.com
(cherry picked from commit76cd81d)
Co-authored-by: Senthil Kumaransenthil@uthcode.com
Co-authored-by: Senthil Kumaranskumaran@gatech.edu
(cherry picked from commit515a7bc)

Co-authored-by: Miss Islington (bot)31488909+miss-islington@users.noreply.github.com

https://bugs.python.org/issue43882

…newline and tabs. (pythonGH-25595) (pythonGH-25726)Co-authored-by: Gregory P. Smith <greg@krypto.org>Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>(cherry picked from commit76cd81d)Co-authored-by: Senthil Kumaran <senthil@uthcode.com>Co-authored-by: Senthil Kumaran <skumaran@gatech.edu>(cherry picked from commit515a7bc)Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
@miss-islington
Copy link
ContributorAuthor

@orsenthil: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
ContributorAuthor

@orsenthil: Status check is done, and it's a success ✅ .

@orsenthilorsenthil changed the title[3.7] [3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (GH-25726)[3.7] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs.May 5, 2021
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotx86 Gentoo Installed with X 3.7 has failed when building commitf4dac7e.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/430/builds/4) and take a look at the build logs.
  4. Check if the failure is related to this commit (f4dac7e) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/430/builds/4

Failed tests:

  • test_socket

Failed subtests:

  • testSendFrame - test.test_socket.CANTest

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

403 tests OK.

1 test failed:
test_socket

12 tests skipped:
test_asdl_parser test_clinic test_devpoll test_gdb test_ioctl
test_kqueue test_msilib test_startfile test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_socket

Total duration: 26 min 12 sec

Click to see traceback logs
Traceback (most recent call last):  File"/buildbot/buildarea/cpython/3.7.ware-gentoo-x86.installed/build/target/lib/python3.7/test/test_socket.py", line1866, intestSendFrameself.assertEqual(addr[0],self.interface)AssertionError:'v' != 'vcan0'- v+ vcan0

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotx86 Gentoo Non-Debug with X 3.7 has failed when building commitf4dac7e.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/351/builds/4) and take a look at the build logs.
  4. Check if the failure is related to this commit (f4dac7e) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/351/builds/4

Failed tests:

  • test_socket

Failed subtests:

  • testSendFrame - test.test_socket.CANTest

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

406 tests OK.

10 slowest tests:

  • test_tokenize: 3 min 57 sec
  • test_concurrent_futures: 3 min 41 sec
  • test_multiprocessing_spawn: 3 min 19 sec
  • test_lib2to3: 3 min 18 sec
  • test_tools: 2 min 31 sec
  • test_multiprocessing_forkserver: 1 min 57 sec
  • test_asyncio: 1 min 31 sec
  • test_multiprocessing_fork: 1 min 26 sec
  • test_io: 1 min 18 sec
  • test_gdb: 1 min 12 sec

1 test failed:
test_socket

9 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_startfile
test_winconsoleio test_winreg test_winsound test_zipfile64

1 re-run test:
test_socket

Total duration: 28 min 33 sec

Click to see traceback logs
Traceback (most recent call last):  File"/buildbot/buildarea/cpython/3.7.ware-gentoo-x86.nondebug/build/Lib/test/test_socket.py", line1866, intestSendFrameself.assertEqual(addr[0],self.interface)AssertionError:'v' != 'vcan0'- v+ vcan0

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees

@ned-deilyned-deily

Labels
type-bugAn unexpected behavior, bug, or errortype-securityA security issue
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@miss-islington@bedevere-bot@ned-deily@the-knights-who-say-ni@orsenthil

[8]ページ先頭

©2009-2025 Movatter.jp