Render evidence fields within the new GraphQL vulnerability details component
Summary
The PipelineSecurityReportFinding
type contains the following fields:
-
request
: VulnerabilityRequest -
response
: VulnerabilityResponse -
source
: VulnerabilityEvidenceSource -
summary
: String -
supportingMessages
: [VulnerabilityEvidenceSupportingMessage!]
They need to be rendered within the GraphQL version of the vulnerability details component: ee/app/assets/javascripts/security_dashboard/components/shared/vulnerability_details_graphql/index.vue
The current, Vuex version of the modal renders as followed:
description | screenshot |
---|---|
request / response
|
![]() |
soure |
![]() |
summary |
![]() |
supportingMessages |
![]() |
Edited by David Pisek