From ac24cd61395f6a9646efe1da13ba5674eea59e7e Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Fri, 15 Mar 2024 16:03:49 +0100 Subject: [PATCH] Update new issue URL in SECURITY.md (#31698) * Update new issue URL in SECURITY.md Update URL for new issue so it uses the security template: https://github.com/servo/servo/issues/new?template=security-report.md * Link to https://github.com/servo/servo/security/advisories/new instead --- .github/ISSUE_TEMPLATE/security-report.md | 17 ----------------- SECURITY.md | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/security-report.md diff --git a/.github/ISSUE_TEMPLATE/security-report.md b/.github/ISSUE_TEMPLATE/security-report.md deleted file mode 100644 index c6e7535fff0..00000000000 --- a/.github/ISSUE_TEMPLATE/security-report.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Security Vulernability -about: Report a security vulnerability -title: '' -labels: A-security, C-untriaged -assignees: '' - ---- - -**Describe the bug:** -A clear and concise description of the vulnerability. - -**To Reproduce:** -Steps to reproduce the behavior. - -**Platform:** -Specify OS, distribution, and hardware platform. diff --git a/SECURITY.md b/SECURITY.md index a4b32316542..0c5dd453447 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,4 +1,4 @@ # Security Policy -Given that Servo does not yet have customers or products, we are comfortable accepting the security related vulnerabilities as a [new GitHub issue](https://github.com/servo/servo/issues/new) for now. +Given that Servo does not yet have customers or products, we are comfortable accepting the security related vulnerabilities as a [new GitHub issue](https://github.com/servo/servo/security/advisories/new) for now.