From 4f5ebb54ba644827b971f51d89fd53dccfafca26 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Mon, 27 May 2024 18:39:16 -0700 Subject: [PATCH] Reduce the number of places you have to find/replace the CVE ID. --- .github/ISSUE_TEMPLATE/exploit-wanted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/exploit-wanted.md b/.github/ISSUE_TEMPLATE/exploit-wanted.md index 9b818f2..d72a4d4 100644 --- a/.github/ISSUE_TEMPLATE/exploit-wanted.md +++ b/.github/ISSUE_TEMPLATE/exploit-wanted.md @@ -8,9 +8,9 @@ labels: exploit-wanted, help-wanted -Add a PoC exploit for [CVE-YYYY-XXXX]. +Add a PoC exploit for [CVE-YYYY-XXXX][CVE]. -[CVE-YYYY-XXXX]: https://nvd.nist.gov/vuln/detail/CVE-YYYY-XXXX +[CVE]: https://nvd.nist.gov/vuln/detail/CVE-YYYY-XXXX ### Reference PoCs