Add check to validate absolute URIs#7713
Merged
Dreamsorcerer merged 3 commits intoaio-libs:masterfrom Oct 16, 2023
kenballus:master
Merged
Add check to validate absolute URIs#7713Dreamsorcerer merged 3 commits intoaio-libs:masterfrom kenballus:master
Dreamsorcerer merged 3 commits intoaio-libs:masterfrom
kenballus:master
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7713 +/- ##
==========================================
- Coverage 97.36% 97.35% -0.01%
==========================================
Files 106 106
Lines 31689 31696 +7
Branches 3626 3629 +3
==========================================
+ Hits 30854 30859 +5
- Misses 632 633 +1
- Partials 203 204 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Contributor
Backport to 3.9: 💚 backport PR created✅ Backport PR branch: Backported as #7714 🤖 @patchback |
patchback bot
pushed a commit
that referenced
this pull request
Oct 16, 2023
(cherry picked from commit d697d42)
Dreamsorcerer
pushed a commit
that referenced
this pull request
Oct 16, 2023
xiangxli
pushed a commit
to xiangxli/aiohttp
that referenced
this pull request
Dec 4, 2023
…ute URIs (aio-libs#7714) **This is a backport of PR aio-libs#7713 as merged into master (d697d42).**
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What do these changes do?
This PR adds URI validation to the Python HTTP parser so that it matches llhttp.
Are there changes in behavior for the user?
No changes should be observable, unless the user's HTTP client is sending malformed requests.
Related issue number
Fixes #7712