From ae1fd834997f9e91c34089047112ec6664bc57d3 Mon Sep 17 00:00:00 2001 From: Derek Su Date: Sun, 26 Jan 2025 11:36:02 +0800 Subject: [PATCH] chore(template): add fix-cve-issues-for-release.md Signed-off-by: Derek Su --- .../fix-cve-issues-for-release.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/fix-cve-issues-for-release.md diff --git a/.github/ISSUE_TEMPLATE/fix-cve-issues-for-release.md b/.github/ISSUE_TEMPLATE/fix-cve-issues-for-release.md new file mode 100644 index 0000000000..590bdc5728 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/fix-cve-issues-for-release.md @@ -0,0 +1,23 @@ +--- +name: Fix CVE Issues for Release +about: Security issue fix task for a release +title: "[RELEASE] Fix CVE Issues for v" +labels: ["release/task", "area/security", "area/install-uninstall-upgrade"] +assignees: '' + +--- + +## What's the task? Please describe + +Identify and resolve CVE issues of Longhorn components: +- https://github.com/longhorn/longhorn/blob/v.x/deploy/longhorn-images.txt + +## Describe the sub-tasks + +- [ ] Identify CVE issues in Longhorn components for v. +- [ ] Resolve the identified CVE issues. +- [ ] Perform CVE scans and possible fixes for each stage: Pre-RCs, RC1, RC2, etc. + +## Additional context + +