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 4d27b6fe18946699c4223ff22c8108ba9afabc42..8a1c5096b0445dc5b8c0479fd07ab46fa651cb13 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 612adace1fea05d8cf5011e9b4c5838588e4b5a9..21a8e9c7e1e384148f92e73f564f888d568dd05a 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>