From: Michał Kępień Date: Mon, 1 Dec 2025 13:31:39 +0000 (+0100) Subject: Clean up URL templates in the summary table X-Git-Tag: v9.21.16~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d95095e9dc33414398a8b98c98b87b81a075bd0e;p=thirdparty%2Fbind9.git Clean up URL templates in the summary table Use consistent Markdown reference names for all URLs in the summary table. Provide a template for all URLs to indicate naming expectations. --- diff --git a/.gitlab/issue_templates/Internal_use_only-CVE.md b/.gitlab/issue_templates/Internal_use_only-CVE.md index 6f3ded8c7e3..b6b86e281ee 100644 --- a/.gitlab/issue_templates/Internal_use_only-CVE.md +++ b/.gitlab/issue_templates/Internal_use_only-CVE.md @@ -11,17 +11,17 @@ confidential! | Incident Manager: | @user | | Deputy Incident Manager: | @user | | Public Disclosure Date: | YYYY-MM-DD | -| CVSS Score: | [0.0][cvss_score] | -| CWE: | [CWE-NNN][cwe_category] | +| CVSS Score: | [0.0][cvss_score_url] | +| CWE: | [CWE-NNN][cwe_category_url] | | Earliest Notification: | support-team/earliest-notification-drafting!NNN | | Security Advisory: | isc-private/printing-press!NNN | | Mattermost Channel: | [CVE-YYYY-NNNN][mattermost_url] | | Support Ticket: | [URL] | | Release Checklist: | #NNNN | -[cvss_score]: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:X/AC:X/PR:X/UI:X/S:X/C:X/I:X/A:X&version=3.1 -[cwe_category]: https://cwe.mitre.org/data/definitions/NNN.html -[mattermost_url]: +[cvss_score_url]: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:X/AC:X/PR:X/UI:X/S:X/C:X/I:X/A:X&version=3.1 +[cwe_category_url]: https://cwe.mitre.org/data/definitions/NNN.html +[mattermost_url]: https://mattermost.isc.org/isc/channels/cve-YYYY-NNNN :bulb: **Click [here][checklist_explanations] (internal resource) for general information about the security incident handling process.**