Skip to content

Add false positive alert to Vulnerability Details

Summary

As part of the pipeline'security tab's migration to GraphQL we want to use a shared component 1 for rendering a vulnerability's and pipeline-finding's modal details:

modal using shared details component (behind :pipeline_security_dashboard_graphql feature flag)
details

Currently the finding's modal contains an alert that renders if a given finding has been flagged as a false positive:

modal current version - false positive alert
Screen_Shot_2022-06-09_at_8.27.25_pm

This alert needs to be added to the shared component 1.

Implementation Plan

  1. https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/app/assets/javascripts/vulnerabilities/components/vulnerability_details.vue 2

Edited by David Pisek