Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Nov 6, 2024

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

Prevent creation of incomplete/invalid _ssl.SSLSocket objects when created directly.
@vstinnervstinner merged commit b1c4ffc into python:mainNov 6, 2024
@miss-islington-app
Copy link

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

@vstinnervstinner 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 <[email protected]>
@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot 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 <[email protected]>
@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot 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 <[email protected]>
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 <[email protected]>
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.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@asvetlov@kumaraditya303