from Hacker News

Security vulnerability in str.format in Python

by forsaken on 12/30/16, 12:08 AM with 1 comments

  • by ReedJessen on 12/30/16, 12:24 AM

    The author proposes a change that we as the user can implement between now the the time this issue is patched.

    Having never worked on the core source code for a language like python, I would like to know what the Python 3.6 maintainers might do to patch this vulnerability? How would they fix it at the core level?