Render false-positive alert within the new GraphQL vulnerability details component
The new vulnerability details component needs to include the alert that gets shown when the given finding has been marked as a false positive:
| Alert showing on vulnerability details page |
|---|
![]() |
Implementation information
- There is an existing component that contains the alert:
ee/app/assets/javascripts/vulnerabilities/components/false_positive_alert.vue - The GraphQL field on the finding that indicates a false positive is:
PipelineSecurityReportFinding.falsePositive
Edited by David Pisek
