Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions doc/contributing/security-release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,10 @@ security announcements for more information.

## Post-Release

* [ ] 1\. **Merge the Next Security Release PR:**
* This involves moving the `vulnerabilities.json` file from
`security-release/next-security-release` to the `security-release/YYYY-MM-DD`
folder and merging the PR.

* [ ] 2\. **Cleanup:**
* [ ] 1\. **Cleanup:**
* [ ] `git node security --cleanup`. This command will:
* Close PRs and backports.
* Update next-security-release folder
* Close all PRs and backports labeled with `Security Release`.
* Close HackerOne reports:
* Close Resolved
* Request Disclosure
Expand Down
Loading