From 876a59cedc347074304df03e51bdfebd7b92d5e3 Mon Sep 17 00:00:00 2001 From: rugk Date: Mon, 28 Aug 2023 18:49:27 +0200 Subject: [PATCH] Apprently GitHub Apparently GitHub now adds a security policy button by default (this is new, is not it?)? Also they have a policy report form behind that button. So reports can apparently now be made online at GitHub? (IMHO that is fine, just need to be aware of that) As such, IMHO two buttons would be confusing, so let's remove our custom one here? --- .github/ISSUE_TEMPLATE/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 53c2d8ac..5e2d8d5a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,7 +6,4 @@ contact_links: - name: Problem with the container image url: https://github.com/PrivateBin/docker-nginx-fpm-alpine/issues/new about: Please report all problems that apply only(!) to the official (Docker) image “docker-nginx-fpm-alpine” here. - - name: Security issue - url: https://github.com/PrivateBin/PrivateBin/security/policy - about: Please report security vulnerabilities and other security issues here.