summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Catteau <fcatteau@gitlab.com>2019-06-05 13:22:24 +0000
committerFabien Catteau <fcatteau@gitlab.com>2019-06-05 13:22:24 +0000
commitdd0094d66f5f432391f1e13abe8d2a017ae6d4ca (patch)
tree1030e8269662eb9c492d8e99f6b39cf5ec533d60
parent202e525119188721004c4a1eb6be18c9cf7a6f5e (diff)
downloadgitlab-ce-ee-11169-add-link-to-gemnasium-db-doc.tar.gz
Explain how to contribute new vulnerabilitiesee-11169-add-link-to-gemnasium-db-doc
Add a link to the gemnasium-db and explain how to search for a vulnerability or contribute a new one. See https://gitlab.com/gitlab-org/gitlab-ee/issues/11169
-rw-r--r--doc/user/application_security/dependency_scanning/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/application_security/dependency_scanning/index.md b/doc/user/application_security/dependency_scanning/index.md
index 5d2bb4e572b..658d493ba39 100644
--- a/doc/user/application_security/dependency_scanning/index.md
+++ b/doc/user/application_security/dependency_scanning/index.md
@@ -224,3 +224,9 @@ vulnerabilities in your groups and projects. Read more about the
Once a vulnerability is found, you can interact with it. Read more on how to
[interact with the vulnerabilities](../index.md#interacting-with-the-vulnerabilities).
+
+## Contributing to the vulnerability database
+
+You can search the [gemnasium-db](https://gitlab.com/gitlab-org/security-products/gemnasium-db) project
+to find a vulnerability in the Gemnasium database.
+You can also [submit new vulnerabilities](https://gitlab.com/gitlab-org/security-products/gemnasium-db/blob/master/CONTRIBUTING.md). \ No newline at end of file