Skip to content
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

Return a safe proxy over a socket from get_extra_info('socket') #81208

Closed
1st1 opened this issue May 23, 2019 · 2 comments
Closed

Return a safe proxy over a socket from get_extra_info('socket') #81208

1st1 opened this issue May 23, 2019 · 2 comments
Labels
3.8 only security fixes topic-asyncio

Comments

@1st1
Copy link
Member

1st1 commented May 23, 2019

BPO 37027
Nosy @asvetlov, @1st1, @miss-islington
PRs
  • bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') #13530
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2019-05-27.13:47:48.689>
    created_at = <Date 2019-05-23.22:46:13.793>
    labels = ['3.8', 'expert-asyncio']
    title = "Return a safe proxy over a socket from get_extra_info('socket')"
    updated_at = <Date 2019-05-27.13:57:27.839>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2019-05-27.13:57:27.839>
    actor = 'miss-islington'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-05-27.13:47:48.689>
    closer = 'asvetlov'
    components = ['asyncio']
    creation = <Date 2019-05-23.22:46:13.793>
    creator = 'yselivanov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37027
    keywords = ['patch']
    message_count = 2.0
    messages = ['343332', '343627']
    nosy_count = 3.0
    nosy_names = ['asvetlov', 'yselivanov', 'miss-islington']
    pr_nums = ['13530']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue37027'
    versions = ['Python 3.8']

    @1st1
    Copy link
    Member Author

    1st1 commented May 23, 2019

    Currently asyncio exposes the underlying transport socket directly, providing a way to modify (in a potentially disruptive way) the underlying transport connection.

    @1st1 1st1 added topic-asyncio 3.8 only security fixes labels May 23, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 8cd5165 by Miss Islington (bot) (Yury Selivanov) in branch 'master':
    bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530)
    8cd5165

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes topic-asyncio
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants