From f61bb760f3eff3f2a2bc2f8f7a2452bed1cd9553 Mon Sep 17 00:00:00 2001 From: Bala Kumar <sbalakumar@gitlab.com> Date: Tue, 1 Oct 2024 01:08:56 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Alana Bellucci <abellucci@gitlab.com> --- data/deprecations/17-0-deprecate-support-for-OWASP-2017.yml | 1 + doc/update/deprecations.md | 1 + 2 files changed, 2 insertions(+) diff --git a/data/deprecations/17-0-deprecate-support-for-OWASP-2017.yml b/data/deprecations/17-0-deprecate-support-for-OWASP-2017.yml index 4d27b6fe18946..8a1c5096b0445 100644 --- a/data/deprecations/17-0-deprecate-support-for-OWASP-2017.yml +++ b/data/deprecations/17-0-deprecate-support-for-OWASP-2017.yml @@ -11,5 +11,6 @@ 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. + Along with this change we are also deprecating and removing the 2017 GraphQL API enums which the feature uses. Additional details are included in [this issue](https://gitlab.com/gitlab-org/gitlab/-/issues/488433). 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 612adace1fea0..21a8e9c7e1e38 100644 --- a/doc/update/deprecations.md +++ b/doc/update/deprecations.md @@ -1081,6 +1081,7 @@ See the [GitLab 17.5 changes](https://docs.gitlab.com/ee/update/versions/gitlab_ 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. +Along with this change we are also deprecating and removing the 2017 GraphQL API enums which the feature uses. Additional details are included in [this issue](https://gitlab.com/gitlab-org/gitlab/-/issues/488433). </div> -- GitLab