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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-16 12:08:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-16 12:08:27 +0300
commit6cf1f4c521a621fa2b4dc1735bf5a8c2846f7e6a (patch)
tree38552a384dea3be946ed69cb395b52cdde52f85d /doc/api/vulnerabilities.md
parent36c3f8296f0309642d3b41b7d0e0333e50ac75a6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/vulnerabilities.md')
-rw-r--r--doc/api/vulnerabilities.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/api/vulnerabilities.md b/doc/api/vulnerabilities.md
index c944ed801e4..70f29d961e3 100644
--- a/doc/api/vulnerabilities.md
+++ b/doc/api/vulnerabilities.md
@@ -9,14 +9,6 @@ This document now describes the new Vulnerabilities API that provides access to
[Standalone Vulnerabilities](https://gitlab.com/groups/gitlab-org/-/epics/634).
CAUTION: **Caution:**
-This API is currently in development and is protected by a **disabled**
-[feature flag](../development/feature_flags/index.md).
-On a self-managed GitLab instance, an administrator can enable it by starting the Rails console
-(`sudo gitlab-rails console`) and then running the following command: `Feature.enable(:first_class_vulnerabilities)`.
-To test if the Vulnerabilities API was successfully enabled, run the following command:
-`Feature.enabled?(:first_class_vulnerabilities)`.
-
-CAUTION: **Caution:**
This API is in an alpha stage and considered unstable.
The response payload may be subject to change or breakage
across GitLab releases.