From 550feac7f98eb64bec5cce1c955a8f49d1fae397 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sat, 25 May 2019 11:28:09 +0200 Subject: [PATCH] Create SECURITY.rst This file is used by GitHub in the security tab. https://github.com/python/cpython/security/policy --- SECURITY.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 SECURITY.rst diff --git a/SECURITY.rst b/SECURITY.rst new file mode 100644 index 000000000000000..7601f9e01f242ff --- /dev/null +++ b/SECURITY.rst @@ -0,0 +1,26 @@ +Security Policy +=============== + +Supported Versions +------------------ + ++---------+-----------+ +| Version | Supported | ++=========+===========+ +| 3.7 | Yes | ++---------+-----------+ +| 3.6 | Yes | ++---------+-----------+ +| 3.5 | Yes | ++---------+-----------+ +| 3.4 | Yes | ++---------+-----------+ +| 2.7 | Yes | ++---------+-----------+ +| < 2.7 | No | ++---------+-----------+ + +Reporting a Vulnerability +------------------------- + +https://www.python.org/news/security/