Skip to content

gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address #134836

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

Merged
merged 1 commit into from
May 28, 2025

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented May 28, 2025

@gpshead gpshead added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes release-blocker and removed needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels May 28, 2025
@gpshead gpshead merged commit d83576b into python:main May 28, 2025
65 checks passed
@miss-islington-app
Copy link

Thanks @serhiy-storchaka for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 28, 2025
…ddress (pythonGH-134836)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 28, 2025
…ddress (pythonGH-134836)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented May 28, 2025

GH-134845 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label May 28, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 28, 2025
…ddress (pythonGH-134836)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented May 28, 2025

GH-134846 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label May 28, 2025
@bedevere-app
Copy link

bedevere-app bot commented May 28, 2025

GH-134847 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label May 28, 2025
gpshead pushed a commit that referenced this pull request May 28, 2025
…address (GH-134836) (#134846)

gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836)
(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <[email protected]>
gpshead pushed a commit that referenced this pull request May 28, 2025
…address (GH-134836) (#134845)

gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836)
(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <[email protected]>
@serhiy-storchaka serhiy-storchaka deleted the ip6_address-max-len branch May 28, 2025 16:27
@ambv ambv added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Jun 3, 2025
@miss-islington-app
Copy link

Thanks @serhiy-storchaka for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @serhiy-storchaka for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @serhiy-storchaka for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 3, 2025
…ddress (pythonGH-134836)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jun 3, 2025

GH-135089 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 3, 2025
…ddress (pythonGH-134836)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app bedevere-app bot removed the needs backport to 3.10 only security fixes label Jun 3, 2025
@bedevere-app
Copy link

bedevere-app bot commented Jun 3, 2025

GH-135090 is a backport of this pull request to the 3.9 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.9 only security fixes label Jun 3, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 3, 2025
…ddress (pythonGH-134836)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jun 3, 2025

GH-135091 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Jun 3, 2025
ambv pushed a commit that referenced this pull request Jun 3, 2025
…address (GH-134836) (GH-135089)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <[email protected]>
ambv pushed a commit that referenced this pull request Jun 3, 2025
…address (GH-134836) (GH-135091)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <[email protected]>
ambv added a commit that referenced this pull request Jun 3, 2025
…address (GH-134836) (GH-134847)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <[email protected]>
Co-authored-by: Łukasz Langa <[email protected]>
ambv pushed a commit that referenced this pull request Jun 3, 2025
…ddress (GH-134836) (GH-135090)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

3 participants