From 38a604148ffb82441af0353a07cb0a79b40c9472 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sun, 14 Jun 2026 13:43:45 +0200 Subject: [PATCH] chore: remove duplicated security issue choice --- .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 d08bfe4cf3..7854fca8b8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,9 +6,6 @@ contact_links: - name: Found a problem with Node.js beyond the API reference documentation? url: https://github.com/nodejs/nodejs.org/issues/new/choose about: Please file an issue in the Node.js website repository. - - name: Want to report security issues or vulnerabilites? - url: https://github.com/nodejs/docker-node/security/policy - about: Please go through our policy for reporting CVEs and security issues. - name: Need help with common questions related to using Node.js with Docker? url: https://stackoverflow.com/questions/tagged/node.js%2bdocker%2bdockerfile about: Please visit Stack Overflow to explore related questions and answers.