Skip to content

Update GraphQL enum schema for owasp 2017 and 2021

Bala Kumar requested to merge bk/revert-owasp-2017-graphql-deprecation into master

What does this MR do and why?

Update GraphQL enum schema for owasp 2017 and 2021

We decided to pause the work for OWASP 2021 as leadership team is not in favour of a breaking change and the deprecation of 2017 is not finalized yet. See: #440182 (comment 2143167938) for details.

So changing the GraphQL enum fields accordingly:

  1. Removing the deprecation tag for 2017 fields.
  2. Setting alpha tag for 2021 fields. This is something that was missed from the beginning. 2021 enum is experimental as GitLab native scanners currently generate both 2017 and 2021 OWASP identifiers and during ingestion of vulnerability_reads we are using only 2017. This is tracked in Address vulnerability reads owasp_top_10 storin... (#440182)
Edited by Bala Kumar

Merge request reports

Loading