OAuth1: Allow IPv6 addresses being parsed by signature#818
Merged
JonathanHuot merged 5 commits intooauthlib:masterfrom Sep 6, 2022
Merged
OAuth1: Allow IPv6 addresses being parsed by signature#818JonathanHuot merged 5 commits intooauthlib:masterfrom
JonathanHuot merged 5 commits intooauthlib:masterfrom
Conversation
This PR addresses issue with incorrectly parsing IPv6 address, described here: oauthlib#817
Contributor
Author
|
It seems like it won't be so easy fix. Does it mean |
xek
reviewed
Jun 15, 2022
dasm
commented
Jun 15, 2022
Contributor
Author
|
Bandit failure seems to be unrelated with my changes. |
Member
|
it is apparent that the CI is not working, right? |
Contributor
Author
|
@auvipy how can I rekick CI? |
xek
approved these changes
Jun 28, 2022
Contributor
Author
|
Hey @auvipy ! Do you have any feedback on this? |
auvipy
reviewed
Jul 6, 2022
Member
auvipy
left a comment
There was a problem hiding this comment.
I would like to introduce new CI
Contributor
Author
|
Sure. Do you need any help? |
Contributor
Author
|
Hi @auvipy |
Member
|
we need to setup a new CI |
Contributor
Author
|
Hi @auvipy! |
JonathanHuot
approved these changes
Sep 6, 2022
Contributor
Author
|
Thanks @JonathanHuot ! |
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.
This PR addresses issue with incorrectly parsing IPv6 address,
described here: #817