]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue templates: Remove duplicate links to security policy (#91590)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Sat, 16 Apr 2022 02:06:51 +0000 (03:06 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Apr 2022 02:06:51 +0000 (04:06 +0200)
* Remove security link from config file
* Delete security.md

.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/security.md [deleted file]

index 547c72411398511311e2e45ae3082a7cb3c4be5c..75d174307ce1601ebd7d2dda4adfdd89ac33bb74 100644 (file)
@@ -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 (file)
index fd45cae..0000000
+++ /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.
--->