Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update post sec release process #56907

Merged
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