@@ -94,9 +94,14 @@ The role responsible for each step is noted at the beginning.
94
94
- ** Coordinator** : Post the release and announcement dates on the conda-forge core chat room and
95
95
mailing list.
96
96
- ** 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.
100
105
- ** Coordinator** : Notify the ** Reporter** of the releases
101
106
- ** Coordinator** : Close the issue in the tracking repository
102
107
@@ -110,7 +115,9 @@ The role responsible for each step is noted at the beginning.
110
115
111
116
[ coordinated-disclosure ] : https://cheatsheetseries.owasp.org/cheatsheets/Vulnerability_Disclosure_Cheat_Sheet.html#responsible-or-coordinated-disclosure
112
117
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