https://github.com/python/cpython
Raw File
Tip revision: 4064156d62622c1009d32bb87ba17a5e9ecb9d37 authored by Ɓukasz Langa on 16 February 2021, 20:10:19 UTC
Python 3.9.2rc1
Tip revision: 4064156
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