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

16-1-deprecate-message-from-vulnerabilitycreate.yml « deprecations « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 505a6b1bdd90281c40e9df0f0e1afb0b46d4a52d (plain)
1
2
3
4
5
6
7
8
9
10
- title: "Deprecate `message` field from Vulnerability Management features"
  announcement_milestone: "16.1"
  removal_milestone: "17.0"
  breaking_change: true
  reporter: abellucci
  stage: Govern
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/411573
  body: |  # (required) Do not modify this line, instead modify the lines below.
    This MR deprecates the `message` field on the `VulnerabilityCreate` GraphQL mutation, and in the `AdditionalInfo` column of the vulnerability export.
    The message field was removed from security reports schema in GitLab 16.0 and is no longer being used elsewhere.