Commit 92aef881 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'update-security-fixes-to-mention-edge-cases' into 'master'

Updates security templates to mention edge cases

See merge request gitlab-org/gitlab!38708
parents ee5dad35 06017d16
...@@ -8,12 +8,6 @@ Set the title to: `Security Release: 12.2.X, 12.1.X, and 12.0.X` ...@@ -8,12 +8,6 @@ Set the title to: `Security Release: 12.2.X, 12.1.X, and 12.0.X`
------- -------
## Releases tasks
- https://gitlab.com/gitlab-org/release/docs/blob/master/general/security/release-manager.md
- https://gitlab.com/gitlab-org/release/docs/blob/master/general/security/developer.md
- https://gitlab.com/gitlab-org/release/docs/blob/master/general/security/security-engineer.md
## Version issues: ## Version issues:
12.2.X, 12.1.X, 12.0.X: {release task link} 12.2.X, 12.1.X, 12.0.X: {release task link}
...@@ -25,12 +19,9 @@ your security issues as related to this release tracking issue. You can do this ...@@ -25,12 +19,9 @@ your security issues as related to this release tracking issue. You can do this
in the "Linked issues" section below this issue description. in the "Linked issues" section below this issue description.
:warning: If your security issues are not marked as related to this release :warning: If your security issues are not marked as related to this release
tracking issue, their merge requests may not be included in the security tracking issue, their merge requests will not be included in the security
release. release.
## QA
{QA issue link}
## Blog post ## Blog post
Dev: {https://dev.gitlab.org/gitlab/www-gitlab-com/merge_requests/ link}<br/> Dev: {https://dev.gitlab.org/gitlab/www-gitlab-com/merge_requests/ link}<br/>
......
...@@ -28,8 +28,8 @@ After your merge request has been approved according to our [approval guidelines ...@@ -28,8 +28,8 @@ After your merge request has been approved according to our [approval guidelines
* You can use the script `bin/secpick` instead of the following steps, to help you cherry-picking. See the [secpick documentation] * You can use the script `bin/secpick` instead of the following steps, to help you cherry-picking. See the [secpick documentation]
- [ ] Create each MR targeting the stable branch `X-Y-stable`, using the [Security Release merge request template]. - [ ] Create each MR targeting the stable branch `X-Y-stable`, using the [Security Release merge request template].
* Every merge request will have its own set of TODOs, so make sure to complete those. * Every merge request will have its own set of TODOs, so make sure to complete those.
- [ ] On the "Related merge requests" section, ensure all MRs are linked to this issue. - [ ] On the "Related merge requests" section, ensure that `4` merge requests are associated: The one targeting `master` and the `3` backports.
* This section should only list the merge requests created for this issue: One targeting `master` and the 3 backports. - [ ] If this issue requires less than `4` merge requests, post a message on the Security Release Tracking Issue and ping the Release Managers.
## Documentation and final details ## Documentation and final details
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment