]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Clean up URL templates in the summary table
authorMichał Kępień <michal@isc.org>
Mon, 1 Dec 2025 13:31:39 +0000 (14:31 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 1 Dec 2025 13:31:39 +0000 (14:31 +0100)
Use consistent Markdown reference names for all URLs in the summary
table.  Provide a template for all URLs to indicate naming expectations.

.gitlab/issue_templates/Internal_use_only-CVE.md

index 6f3ded8c7e3fe92178460f355fd78dfc79c55737..b6b86e281ee469cecb2a11806c078884294a4541 100644 (file)
@@ -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.**