Skip to content

Commit df155e3

Browse files
authored
Update the security process docs (#3128)
The incubation requirements state, "Clearly documented security processes explaining how to report security issues to the project, and describing how the project provides updated releases or patches to resolve security vulnerabilities" This change updates the process to add more detail Signed-off-by: Matt Farina <[email protected]>
1 parent 3a74825 commit df155e3

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

SECURITY.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@
55
To report a security problem in Artifact Hub, please contact the Maintainers Team
66
77

8-
The team will help diagnose the severity of the issue and determine how to
9-
address the issue. Issues deemed to be non-critical will be filed as GitHub
10-
issues. Critical issues will receive immediate attention and be fixed as quickly
11-
as possible.
8+
## Remediation and Notification Process
9+
10+
The maintainers will evaluate the report to verify the security issue. If the
11+
issue does not have a security impact, the report and follow-up will move to
12+
GitHub issues. If a security issue exists, the maintainers use the following
13+
process:
14+
15+
1. Create a new draft advisory via GitHub Security Advisories
16+
2. Request a CVE identification number
17+
3. Collaborate on a private fork, part of the GitHub Security Advisory system,
18+
to fix the issue.
19+
4. Once a solution is ready, the CVE will be finalized and published, the change
20+
will be merged, and there will be a new release of Artifact Hub including the
21+
security fix.

0 commit comments

Comments
 (0)