You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/security_issue_runbook.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,16 @@ For information on what types of issues are considered security vulnerabilities
25
25
- Request CVE: Use the Big Green Button on the advisory to request a CVE number from GitHub staff.
26
26
- Advanced Disclosure Email: Decide on a disclosure date, typically within a week, and send an email to sec-announce@bytecodealliance.org about the upcoming security release. Other ways are also available to communicate the disclosure date.
27
27
28
+
```markdown
29
+
> A template for the advanced disclosure email
30
+
31
+
The Wamr project would like to announce a forthcoming security release.
32
+
33
+
The release will be made available on approximately YYYY-MM-DD. Additionally, an advisory will be made available on the same date at https://github.com/advisories.
34
+
35
+
The highest severity issue fixed in this release is classified as XXX based on the CVSS classification scheme.
36
+
```
37
+
28
38
## Step 5: Preparing and Testing Patch Releases
29
39
30
40
- Prepare PRs for Patch Releases: Create pull requests in the private fork for each version being patched. Ensure each PR is ready to apply cleanly and includes release notes for each release branch.
@@ -38,6 +48,16 @@ For information on what types of issues are considered security vulnerabilities
38
48
- Publish GitHub Advisories: Delete the private forks and use the Big Green Button to publish the advisory.
39
49
- Send Security Release Email: Send a follow-up email to sec-announce@bytecodealliance.org describing the security release. Other communication channels can also be used to inform users about the security release.
40
50
51
+
```markdown
52
+
> A template for the security release email
53
+
54
+
[Updated YYYY-MM-DD] Security release available.
55
+
56
+
WAMR release version X.Y.Z is now available. The binary release can be found on GitHub at https://github.com/bytecodealliance/wasm-micro-runtime/releases/tag/WAMR-Y.Y.Z. This release addresses the following security issues rated XXX: https://the link of the advisory
57
+
58
+
We’ll be conducting a full review of our security practices to ensure ample notification is provided for future security releases.
59
+
```
60
+
41
61
By following these steps, you can effectively manage and resolve security issues for your open source project, ensuring timely communication and collaboration while maintaining the integrity and security of your software.
0 commit comments