Skip to content

Commit de2c992

Browse files
jaimergpbeckermr
andcommitted
address code review
Co-authored-by: beckermr <[email protected]>
1 parent 0bab4c0 commit de2c992

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

SECURITY.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,14 @@ The role responsible for each step is noted at the beginning.
9494
- **Coordinator**: Post the release and announcement dates on the conda-forge core chat room and
9595
mailing list.
9696
- **Developer**: Merge the security fix PR
97-
- **Developer**: Make a release to PyPI and/or npm with no announcement or change log
98-
- **Coordinator**: Publish the security advisory on the announcement date. GitHub will post the
99-
CVE to the MITRE database
97+
- **Developer**: Release the package and/or deploy the fix as appropriate
98+
- **Developer & Coordinator**: Draft a [blog post](https://github.com/conda-forge/blog) and other
99+
announcement texts. This can be done in parallel with the previous steps, but consider using a
100+
[private advisory](https://github.com/conda-forge/blog/security/advisories) for the text.
101+
- **Coordinator**: Publish the security advisory on the announcement date. If applicable, GitHub
102+
will post the CVE to the MITRE database.
103+
- **Coordinator**: Publish the blog post and other announcements (Element chat room, Twitter,
104+
etc) as necessary.
100105
- **Coordinator**: Notify the **Reporter** of the releases
101106
- **Coordinator**: Close the issue in the tracking repository
102107

@@ -110,7 +115,9 @@ The role responsible for each step is noted at the beginning.
110115
111116
[coordinated-disclosure]: https://cheatsheetseries.owasp.org/cheatsheets/Vulnerability_Disclosure_Cheat_Sheet.html#responsible-or-coordinated-disclosure
112117

113-
<!--
114-
Heavily inspired by the excellent document used by the Jupyter community
115-
https://github.com/jupyter/security/blob/86ec517/docs/vulnerability-handling.md
116-
-->
118+
---
119+
120+
> This document is based on the excellent [write-up](https://github.com/jupyter/security/blob/86ec517/docs/vulnerability-handling.md) used by the Jupyter community, [BSD-3 licensed](https://github.com/jupyter/security/blob/86ec517/LICENSE).
121+
122+
123+

0 commit comments

Comments
 (0)