[Python-checkins] Issue templates: Remove duplicate links to security policy (#91590)

ezio-melotti webhook-mailer at python.org
Fri Apr 15 22:07:16 EDT 2022


https://github.com/python/cpython/commit/4e661cd69164318c1f871faa476c68a04092ddc4
commit: 4e661cd69164318c1f871faa476c68a04092ddc4
branch: main
author: Alex Waygood <Alex.Waygood at Gmail.com>
committer: ezio-melotti <ezio.melotti at gmail.com>
date: 2022-04-16T04:06:51+02:00
summary:

Issue templates: Remove duplicate links to security policy (#91590)

* Remove security link from config file
* Delete security.md

files:
D .github/ISSUE_TEMPLATE/security.md
M .github/ISSUE_TEMPLATE/config.yml

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 547c724113985..75d174307ce16 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -5,6 +5,3 @@ contact_links:
   - name: "Proposing new features"
     about: "Submit major feature proposal (e.g. syntax changes) to an ideas forum first."
     url: "https://discuss.python.org/c/ideas/6"
-  - name: "Reporting security vulnerabilities"
-    about: "See here for details on reporting security vulnerabilities in CPython"
-    url: "https://www.python.org/dev/security/"
diff --git a/.github/ISSUE_TEMPLATE/security.md b/.github/ISSUE_TEMPLATE/security.md
deleted file mode 100644
index fd45cae2d28d2..0000000000000
--- a/.github/ISSUE_TEMPLATE/security.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-name: Security vulnerability report
-about: Submit a report regarding a security vulnerability
-labels: "type-security"
----
-
-<!--
-  Note that security issues should generally first be sent to the "security at python dot org" email address.
-  See here for further details: https://www.python.org/dev/security/
--->
-
-**Security vulnerability report**
-
-A description of what the security vulnerability is.
-
-**Your environment**
-
-<!-- Include as many relevant details about your environment as possible -->
-
-- CPython versions tested on:
-- Operating system and architecture:
-
-<!--
-You can freely edit this text. Remove any lines you believe are unnecessary.
--->



More information about the Python-checkins mailing list