From fe68307aadfdaa5a52229f2d8c71bcd851362735 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 1 Dec 2025 14:31:39 +0100 Subject: [PATCH] Add Earliest Notification row to the summary table Add a placeholder for a link to an Earliest Notification draft for every vulnerability handled. --- .../issue_templates/Internal_use_only-CVE.md | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitlab/issue_templates/Internal_use_only-CVE.md b/.gitlab/issue_templates/Internal_use_only-CVE.md index 2b9611c8887..6f3ded8c7e3 100644 --- a/.gitlab/issue_templates/Internal_use_only-CVE.md +++ b/.gitlab/issue_templates/Internal_use_only-CVE.md @@ -6,17 +6,18 @@ if it involves an assertion failure or other crash in `named` that can be triggered repeatedly - then please make sure that you make the new issue confidential! --> -| Quick Links | :link: | -| ------------------------ | ------------------------------------ | -| Incident Manager: | @user | -| Deputy Incident Manager: | @user | -| Public Disclosure Date: | YYYY-MM-DD | -| CVSS Score: | [0.0][cvss_score] | -| CWE: | [CWE-NNN][cwe_category] -| Security Advisory: | isc-private/printing-press!NNN | -| Mattermost Channel: | [CVE-YYYY-NNNN][mattermost_url] | -| Support Ticket: | [URL] | -| Release Checklist: | #NNNN | +| Quick Links | :link: | +| ------------------------ | ----------------------------------------------- | +| Incident Manager: | @user | +| Deputy Incident Manager: | @user | +| Public Disclosure Date: | YYYY-MM-DD | +| CVSS Score: | [0.0][cvss_score] | +| CWE: | [CWE-NNN][cwe_category] | +| 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 -- 2.47.3