From 6f4fe870a14c35fcbc4c8e39af7771df71031d6b Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Fri, 29 Nov 2024 13:06:53 +0100 Subject: [PATCH] security_issue: update default CVE URL to cve.org Since many months CVE entries of nvd.nist.gov have been partly not up-to-date regarding CVSS scores. On the other hand, corresponding entries on cve.org seem indeed updated with correct scores that are located under their CISA-ADP/CVSS section. Let's update the default CVE URL of advisories to cve.org for better tracking of CVSS scores. --- .github/ISSUE_TEMPLATE/security_issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/security_issue.md b/.github/ISSUE_TEMPLATE/security_issue.md index c4133d7..d3810d5 100644 --- a/.github/ISSUE_TEMPLATE/security_issue.md +++ b/.github/ISSUE_TEMPLATE/security_issue.md @@ -7,7 +7,7 @@ assignees: '' --- **Name**: -**CVEs**: [](https://nvd.nist.gov/vuln/detail/) +**CVEs**: [](https://www.cve.org/CVERecord?id=) **CVSSs**: **Action Needed**: TBD