forked from longhorn/longhorn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(template): add fix-cve-issues-for-release.md
Signed-off-by: Derek Su <derek.su@suse.com>
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.--> |