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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-18 06:07:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-18 06:07:57 +0300
commit40c103c53fcc97e0a94ed7744f247318c14492c0 (patch)
treefba8c370c1f81e957c0907c8cef8f1bfb0499a54 /data
parentdcb4c54b9dc267c1a8d4389fb70913ec33fdb93a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/15-4-confidence-field-in-graphql.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/deprecations/15-4-confidence-field-in-graphql.yml b/data/deprecations/15-4-confidence-field-in-graphql.yml
index 7f6e0d64c2e..375549a2515 100644
--- a/data/deprecations/15-4-confidence-field-in-graphql.yml
+++ b/data/deprecations/15-4-confidence-field-in-graphql.yml
@@ -1,6 +1,6 @@
- title: "Vulnerability confidence field"
announcement_milestone: "15.4"
- removal_milestone: "16.0"
+ removal_milestone: "17.0"
breaking_change: true
reporter: matt_wilson
stage: govern
@@ -9,4 +9,4 @@
In GitLab 15.3, [security report schemas below version 15 were deprecated](https://docs.gitlab.com/ee/update/deprecations.html#security-report-schemas-version-14xx).
The `confidence` attribute on vulnerability findings exists only in schema versions before `15-0-0`, and therefore is effectively deprecated since GitLab 15.4 supports schema version `15-0-0`. To maintain consistency
between the reports and our public APIs, the `confidence` attribute on any vulnerability-related components of our GraphQL API is now deprecated and will be
- removed in 16.0.
+ removed in 17.0.