FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-126455: Disallow _ssl.SSLSocket instantiation by vstinner · Pull Request #126481 · python/cpython · GitHub

/ cpython Public

gh-126455: Disallow _ssl.SSLSocket instantiation - #126481

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:ssl_sock
Nov 6, 2024
Merged

gh-126455: Disallow _ssl.SSLSocket instantiation#126481
vstinner merged 1 commit into
python:mainfrom
vstinner:ssl_sock

Conversation

vstinner commented Nov 6, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Prevent creation of incomplete/invalid _ssl.SSLSocket objects when created directly.

Prevent creation of incomplete/invalid _ssl.SSLSocket objects when
created directly.
vstinner added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels Nov 6, 2024
vstinner merged commit b1c4ffc into python:main Nov 6, 2024

Copy link
Copy Markdown

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

vstinner deleted the ssl_sock branch November 6, 2024 10:59
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 6, 2024
Prevent creation of incomplete/invalid _ssl.SSLSocket objects when
created directly.
(cherry picked from commit b1c4ffc)

Co-authored-by: Victor Stinner <vstinner@python.org>

bedevere-app Bot commented Nov 6, 2024

Copy link
Copy Markdown

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

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Nov 6, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 6, 2024
Prevent creation of incomplete/invalid _ssl.SSLSocket objects when
created directly.
(cherry picked from commit b1c4ffc)

Co-authored-by: Victor Stinner <vstinner@python.org>

bedevere-app Bot commented Nov 6, 2024

Copy link
Copy Markdown

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

bedevere-app Bot removed the needs backport to 3.12 only security fixes label Nov 6, 2024
vstinner added a commit that referenced this pull request Nov 6, 2024
…126487)

gh-126455: Disallow _ssl.SSLSocket instantiation (GH-126481)

Prevent creation of incomplete/invalid _ssl.SSLSocket objects when
created directly.
(cherry picked from commit b1c4ffc)

Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner added a commit that referenced this pull request Nov 6, 2024
…126486)

gh-126455: Disallow _ssl.SSLSocket instantiation (GH-126481)

Prevent creation of incomplete/invalid _ssl.SSLSocket objects when
created directly.
(cherry picked from commit b1c4ffc)

Co-authored-by: Victor Stinner <vstinner@python.org>
picnixz pushed a commit to picnixz/cpython that referenced this pull request Dec 8, 2024
Prevent creation of incomplete/invalid _ssl.SSLSocket objects when
created directly.
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
Prevent creation of incomplete/invalid _ssl.SSLSocket objects when
created directly.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL