From d2605f5b9c35bfc305f7dce1b8a173d6eb387a54 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Wed, 20 Mar 2024 01:08:01 -0500 Subject: [PATCH 1/3] feat: add security policy inline with python.org page and similar repos --- SECURITY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..f86b249a1 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,10 @@ +# Security Policy + +## Reporting a Vulnerability + +Please read the guidelines on reporting security issues [on the +official website](https://www.python.org/dev/security/) 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`. From b0fb51210886c7b23aa4b77f6345ea8040371f29 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Wed, 20 Mar 2024 08:51:31 -0500 Subject: [PATCH 2/3] Update SECURITY.md Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- SECURITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index f86b249a1..8415c8dba 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,9 +2,9 @@ ## Reporting a Vulnerability -Please read the guidelines on reporting security issues [on the +Please read the guidelines [on the official website](https://www.python.org/dev/security/) for -instructions on how to report a security-related problem to +instructions on how to report a security issues to the Python team responsibly. To reach the response team, email `security at python dot org`. From da402db8a1274438f4204792f6565beeaf36fc9e Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Wed, 20 Mar 2024 08:51:36 -0500 Subject: [PATCH 3/3] Update SECURITY.md Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- SECURITY.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 8415c8dba..76fe3b98a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,4 +7,6 @@ official website](https://www.python.org/dev/security/) for instructions on how to report a security issues to the Python team responsibly. -To reach the response team, email `security at python dot org`. +To reach the response team, email +security +at python dot org.