diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-06 14:17:45 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-06 14:17:45 +0000 |
commit | d303afba03dda7d088e5ec5a980b110c79d84b67 (patch) | |
tree | 8486ff654554fb62b321f8116b49d25b63acc541 | |
parent | be0e2f6eb4e01369b9bde0357815936991174e8d (diff) | |
parent | 8a725bfbbdfd04e1beb7e86f206182285befde90 (diff) | |
download | gitlab-ce-d303afba03dda7d088e5ec5a980b110c79d84b67.tar.gz |
Merge branch 'dismissal-reason-docs-update' into 'master'
Adds documentation for vulnerability dismissal reasons
See merge request gitlab-org/gitlab-ce!29213
-rw-r--r-- | doc/user/application_security/img/dismissed_info.png | bin | 0 -> 20244 bytes | |||
-rw-r--r-- | doc/user/application_security/img/interactive_reports.png | bin | 23190 -> 93910 bytes | |||
-rw-r--r-- | doc/user/application_security/index.md | 10 |
3 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/application_security/img/dismissed_info.png b/doc/user/application_security/img/dismissed_info.png Binary files differnew file mode 100644 index 00000000000..64d5cf26ed2 --- /dev/null +++ b/doc/user/application_security/img/dismissed_info.png diff --git a/doc/user/application_security/img/interactive_reports.png b/doc/user/application_security/img/interactive_reports.png Binary files differindex 9f9812dc69d..373b39104db 100644 --- a/doc/user/application_security/img/interactive_reports.png +++ b/doc/user/application_security/img/interactive_reports.png diff --git a/doc/user/application_security/index.md b/doc/user/application_security/index.md index 64e72fab198..679847b76d7 100644 --- a/doc/user/application_security/index.md +++ b/doc/user/application_security/index.md @@ -47,6 +47,16 @@ You can dismiss vulnerabilities by clicking the **Dismiss vulnerability** button This will dismiss the vulnerability and re-render it to reflect its dismissed state. If you wish to undo this dismissal, you can click the **Undo dismiss** button. +#### Adding a dismissal reason + +> Introduced in [GitLab Ultimate](https://about.gitlab.com/pricing) 12.0. + +When dismissing a vulnerability, it's often helpful to provide a reason for doing so. +If you press the comment button next to **Dismiss vulnerability** in the modal, a text box will appear, allowing you to add a comment with your dismissal. +This comment can not currently be edited or removed, but [future versions](https://gitlab.com/gitlab-org/gitlab-ee/issues/11721) will add this functionality. + +![Dismissed vulnerability comment](img/dismissed_info.png) + ### Creating an issue for a vulnerability You can create an issue for a vulnerability by selecting the **Create issue** |