From 816cc815ec849a52f302fe276afcb0d78466dbe1 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Mon, 20 Feb 2023 10:37:15 -0500 Subject: [PATCH 1/3] Create SECURITY.md to make the policy official --- SECURITY.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000000..4e423805aee --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,3 @@ +# Security and Vulnerability Reporting + +If you find any security issues, please report to [security@python.org](mailto:security@python.org) From 6ce2afb210347a9508e640ccde929cc182286204 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Mon, 20 Feb 2023 11:09:59 -0500 Subject: [PATCH 2/3] Add the news fragment for SECURITY.md --- news/11809.doc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/11809.doc.rst diff --git a/news/11809.doc.rst b/news/11809.doc.rst new file mode 100644 index 00000000000..68c49ea50d5 --- /dev/null +++ b/news/11809.doc.rst @@ -0,0 +1 @@ +Add SECURITY.md to make the policy offical. From 1d0d5d4de4b3958d57dc8f4dd2df864a7142d797 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Mon, 20 Feb 2023 11:14:10 -0500 Subject: [PATCH 3/3] Add SECURITY.md to MANIFEST.in --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index e0fba8222af..4716f415730 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include AUTHORS.txt include LICENSE.txt include NEWS.rst include README.rst +include SECURITY.md include pyproject.toml include src/pip/_vendor/README.rst