diff options
author | Lucas Charles <me@lucascharles.me> | 2019-05-20 18:13:10 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-20 18:13:10 +0000 |
commit | 09ef4348cf7c399c4a4ac9ce3f5a84139dc2b611 (patch) | |
tree | 4e83491e92018a69c2e83f15853429a9a5513db7 | |
parent | 0bf8204a266ad8e836c49247470a8360123fa503 (diff) | |
download | gitlab-ce-09ef4348cf7c399c4a4ac9ce3f5a84139dc2b611.tar.gz |
Update dependency scanning docs - Clarify sort order
-rw-r--r-- | doc/user/application_security/dependency_scanning/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/application_security/dependency_scanning/index.md b/doc/user/application_security/dependency_scanning/index.md index 2d0c2be4233..5d2bb4e572b 100644 --- a/doc/user/application_security/dependency_scanning/index.md +++ b/doc/user/application_security/dependency_scanning/index.md @@ -19,8 +19,9 @@ merge request. ![Dependency Scanning Widget](img/dependency_scanning.png) -The results are sorted by the priority of the vulnerability: +The results are sorted by the severity of the vulnerability: +1. Critical 1. High 1. Medium 1. Low |