Staging
v0.5.1
https://github.com/python/cpython
Revision 191f94cca6f8cf59535e7459c1113e4a1cdfe201 authored by Miss Islington (bot) on 27 November 2019, 00:46:32 UTC, committed by GitHub on 27 November 2019, 00:46:32 UTC
(cherry picked from commit c7c01ab1e5415b772c68e15f1aba51e520010830)

Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent 86d9933
Raw File
Tip revision: 191f94cca6f8cf59535e7459c1113e4a1cdfe201 authored by Miss Islington (bot) on 27 November 2019, 00:46:32 UTC
bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH-17394)
Tip revision: 191f94c
SECURITY.md
# Security Policy

## Supported Versions

The Python team applies security fixes according to the table
in [the devguide](
https://devguide.python.org/#status-of-python-branches
).

## Reporting a Vulnerability

Please read the guidelines on reporting security issues [on the
official website](
https://www.python.org/news/security/#reporting-security-issues-in-python
) for instructions on how to report a security-related problem to
the Python team responsibly.

To reach the response team, email `security at python dot org`. 
back to top