diff options
author | Mark Florian <mflorian@gitlab.com> | 2019-07-25 16:23:12 +0100 |
---|---|---|
committer | Mark Florian <mflorian@gitlab.com> | 2019-08-14 16:42:25 +0100 |
commit | f3511da95f72fd078269789e788ac8a600656e32 (patch) | |
tree | 7b51716248d2ace9c387587c296df9960a29a422 | |
parent | 3eea0c0fe0ffbdc3821ab202d65bf7a9146acf30 (diff) | |
download | gitlab-ce-f3511da95f72fd078269789e788ac8a600656e32.tar.gz |
Improve status field's description
-rw-r--r-- | doc/user/application_security/dependency_list/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/application_security/dependency_list/index.md b/doc/user/application_security/dependency_list/index.md index cfff5358b59..236aa7c808e 100644 --- a/doc/user/application_security/dependency_list/index.md +++ b/doc/user/application_security/dependency_list/index.md @@ -21,7 +21,7 @@ Dependencies are displayed with the following information: | Field | Description | | --------- | ----------- | -| Status | Displays the number of known vulnerabilities, if any | +| Status | Displays whether or not the dependency has any known vulnerabilities | | Component | The dependency's name | | Version | The exact locked version of the dependency your project uses | | Packager | The packager used to install the depedency | |