Skip to content

Commit

Permalink
chore(template): add fix-cve-issues-for-release.md
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Jan 26, 2025
1 parent 31bf902 commit ae1fd83
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/fix-cve-issues-for-release.md
Original file line number Diff line number Diff line change
@@ -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<x.y.z>"
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.y>.x/deploy/longhorn-images.txt

## Describe the sub-tasks

- [ ] Identify CVE issues in Longhorn components for v<x.y.z>.
- [ ] Resolve the identified CVE issues.
- [ ] Perform CVE scans and possible fixes for each stage: Pre-RCs, RC1, RC2, etc.

## Additional context

<!--Add any other context or screenshots about the task request here.-->

0 comments on commit ae1fd83

Please sign in to comment.