about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2019-07-26 15:33:25 +0200
committerzimbatm <zimbatm@zimbatm.com>2019-07-26 15:33:26 +0200
commit2a227c6cd801c2b07034c0aac0f71b0d99b521e9 (patch)
tree18ed1ddab4e217a8270e3de86c1ee7c01fad9b80 /.github
parent2b014be886c142a99d132258269748cc2fb50709 (diff)
downloadnixlib-2a227c6cd801c2b07034c0aac0f71b0d99b521e9.tar
nixlib-2a227c6cd801c2b07034c0aac0f71b0d99b521e9.tar.gz
nixlib-2a227c6cd801c2b07034c0aac0f71b0d99b521e9.tar.bz2
nixlib-2a227c6cd801c2b07034c0aac0f71b0d99b521e9.tar.lz
nixlib-2a227c6cd801c2b07034c0aac0f71b0d99b521e9.tar.xz
nixlib-2a227c6cd801c2b07034c0aac0f71b0d99b521e9.tar.zst
nixlib-2a227c6cd801c2b07034c0aac0f71b0d99b521e9.zip
.github/ISSUE_TEMPLATE/security.md: remove
since the .github/SECURITY.md was added in the org-level repo, there are
now two entries in the list. So remove this-one.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/security.md27
1 files changed, 0 insertions, 27 deletions
diff --git a/.github/ISSUE_TEMPLATE/security.md b/.github/ISSUE_TEMPLATE/security.md
deleted file mode 100644
index 59e7b64cc669..000000000000
--- a/.github/ISSUE_TEMPLATE/security.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-name: Security report
-about: Report security issues
-title: ''
-labels: '1.severity: security'
-assignees: ''
-
----
-
-To privately report a security issue with NixOS, Nix, and its ecosystem,
-please email a member of the NixOS Security Team and we will ensure the issue
-is handled. Our responses will be signed with our GPG keys:
-https://nixos.org/nixos/security.html
-
-**Report**
-
-CVE:
-
-**Metadata**
-
-Maintainer information:
-```yaml
-# a list of nixpkgs attributes affected by the problem
-attribute:
-# a list of nixos modules affected by the problem
-module:
-```