Dismissed vulnerabilities in Pipeline security tab are still showing up
Summary
In the Security tab of pipelines, dismissed vulnerabilities are hidden by default. Yet, some dismissed vulnerabilities are showing up.
Steps to reproduce
- Go to https://gitlab.com/gitlab-com/gl-security/engineering-and-research/gib/-/pipelines/582858902/security
- Check out the first finding --> Status =
Dismissed - Toggle the
Hide dismissedbutton - First finding still there
Example Project
What is the current bug behavior?
- Dismissed vulnerabilities should not appear in the list by default.
- Dismissed vulnerabilities should not propose a
Dismissaction in the modal
What is the expected correct behavior?
- Hide dismissed vulnerabilities
-
Undo dismissbutton instead ofDismiss
Relevant logs and/or screenshots
Output of checks
This bug happens on GitLab.com
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)(we will only investigate if the tests are passing)


