From d871d0613cff7b90d0774dd01e3af55e2504d676 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 23 May 2019 19:44:02 +0200 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9D=20Add=20a=20GitHub-specific=20?= =?UTF-8?q?security=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It will show up @ https://github.com/python/cpython/security/policy allowing to navigate users who get there from "Security" tab in the GitHub repo to the full article explaining the security vulnerability reporting practices. --- SECURITY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000000000..5e59f112a0936d8 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Security Policy + +## Supported Versions + +Python team applies security fixes according to the table maintained as +a part of [the devguide]( +https://devguide.python.org/#status-of-python-branches +). Please check it out for more details. + +## Reporting a Vulnerability + +Please check out the guidelines on reporting security issues [on the +official website]( +https://www.python.org/news/security/#reporting-security-issues-in-python +) for the instructions on how to report a security-related problem to +the Python team responsibly. + +To reach the response team, send email to `security at python dot org`. From e1e818eb6b9f005357db4ee0eefea108babed890 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 23 May 2019 21:50:52 +0200 Subject: [PATCH 2/3] Move SECURITY under .github/ --- SECURITY.md => .github/SECURITY.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename SECURITY.md => .github/SECURITY.md (100%) diff --git a/SECURITY.md b/.github/SECURITY.md similarity index 100% rename from SECURITY.md rename to .github/SECURITY.md From f67b814f4ea6802465eb535b010c6e1593df9330 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 24 May 2019 10:23:43 +0200 Subject: [PATCH 3/3] Apply proofreading suggestions Co-Authored-By: Hugo --- .github/SECURITY.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 5e59f112a0936d8..23976fda4a7eb52 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,17 +2,17 @@ ## Supported Versions -Python team applies security fixes according to the table maintained as -a part of [the devguide]( +The Python team applies security fixes according to the table in +in [the devguide]( https://devguide.python.org/#status-of-python-branches -). Please check it out for more details. +). ## Reporting a Vulnerability -Please check out the guidelines on reporting security issues [on the +Please read the guidelines on reporting security issues [on the official website]( https://www.python.org/news/security/#reporting-security-issues-in-python -) for the instructions on how to report a security-related problem to +) for instructions on how to report a security-related problem to the Python team responsibly. -To reach the response team, send email to `security at python dot org`. +To reach the response team, email `security at python dot org`.