From 2560e407caffb5bd7484b238b7be0e47323ed556 Mon Sep 17 00:00:00 2001 From: Vitor Meireles De Sousa Date: Mon, 30 Jun 2025 14:00:24 +0200 Subject: [PATCH] add missing appsec labels for gitlab pages security fix MRs --- .gitlab/merge_request_templates/Security Release.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab/merge_request_templates/Security Release.md b/.gitlab/merge_request_templates/Security Release.md index 7f115f166..0c567b8eb 100644 --- a/.gitlab/merge_request_templates/Security Release.md +++ b/.gitlab/merge_request_templates/Security Release.md @@ -29,6 +29,17 @@ When submitting a merge request for gitlab-pages, CE and EE merge requests for u - [ ] Correct milestone is applied and the title is matching across all backports. - [ ] Approve the MR. Do not merge it, release managers will assist with merging at the time of release. +## AppSec checklist + +- [ ] Assign the right [AppSecWeight](https://handbook.gitlab.com/handbook/security/product-security/application-security/milestone-planning/#weight-labels) label +- [ ] Update the ~"AppSecWorkflow::in-progress" to ~"AppSecWorkflow::complete" + [CHANGELOG entry]: https://docs.gitlab.com/ee/development/changelog.html#overview /label ~security ~backend ~"Category:Pages" + + + +/label ~"Division::Security" ~"Department::Product Security" ~"Application Security Team" +/label ~"AppSecWorkflow::planned" ~"AppSecWorkType::VulnFixVerification" +/label ~"AppSecPriority::1" \ No newline at end of file -- GitLab