From b8fd4eaa51aec6e15d950cb22494e8cbc7fa5893 Mon Sep 17 00:00:00 2001 From: Alana Bellucci <abellucci@gitlab.com> Date: Thu, 2 May 2024 00:42:42 +0000 Subject: [PATCH] Deprecate support for OWASP 2017 --- .../17-0-deprecate-support-for-OWASP-2017.yml | 15 ++++++++++++++ doc/update/deprecations.md | 20 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 data/deprecations/17-0-deprecate-support-for-OWASP-2017.yml diff --git a/data/deprecations/17-0-deprecate-support-for-OWASP-2017.yml b/data/deprecations/17-0-deprecate-support-for-OWASP-2017.yml new file mode 100644 index 0000000000000..83caa3926f0f1 --- /dev/null +++ b/data/deprecations/17-0-deprecate-support-for-OWASP-2017.yml @@ -0,0 +1,15 @@ +- title: "Group vulnerability report by OWASP top 10 2017 is deprecated" + removal_milestone: "17.3" + announcement_milestone: "17.0" + breaking_change: false + reporter: abellucci + stage: govern + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/458835 + impact: low + scope: project + manual_task: false + body: | # (required) Don't change this line. + Grouping the vulnerability report by OWASP top 10 2017 is deprecated, replaced by grouping by OWASP top 10 2021. + In the future we will support the most recent version of OWASP top 10 for grouping on the vulnerability report. + tiers: [Gold, Ultimate] + documentation_url: https://docs.gitlab.com/ee/user/application_security/vulnerability_report/#group-vulnerabilities diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md index 283c6e6c6c729..ca3020468d404 100644 --- a/doc/update/deprecations.md +++ b/doc/update/deprecations.md @@ -592,6 +592,26 @@ We hope this will simplify infrastructure setup and add several improvements to </div> </div> +<div class="milestone-wrapper" data-milestone="17.3"> + +## GitLab 17.3 + +<div class="deprecation " data-milestone="17.3"> + +### Group vulnerability report by OWASP top 10 2017 is deprecated + +<div class="deprecation-notes"> +- Announced in GitLab <span class="milestone">17.0</span> +- Removal in GitLab <span class="milestone">17.3</span> +- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/458835). +</div> + +Grouping the vulnerability report by OWASP top 10 2017 is deprecated, replaced by grouping by OWASP top 10 2021. +In the future we will support the most recent version of OWASP top 10 for grouping on the vulnerability report. + +</div> +</div> + <div class="milestone-wrapper" data-milestone="17.0"> ## GitLab 17.0 -- GitLab