Welcome to mirror list, hosted at ThFree Co, Russian Federation.

16-3-vulnerabilitytype-hassolutions.yml « deprecations « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8acba158aef989991586ed30482386474b1e579 (plain)
1
2
3
4
5
6
7
8
9
10
11
- title: "Deprecate field `hasSolutions` from GraphQL VulnerabilityType"
  removal_milestone: "17.0"
  announcement_milestone: "16.3"
  breaking_change: true
  reporter: thiagocsf
  stage: Govern
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/414895
  body: |  # (required) Do not modify this line, instead modify the lines below.
    The GraphQL field `Vulnerability.hasSolutions` is deprecated and will be removed in GitLab 17.0.
    Use `Vulnerability.hasRemediations` instead.
  documentation_url: https://docs.gitlab.com/ee/api/graphql/reference/#vulnerability