Skip to content

Add details to 'mr changes' graphql query

Chen Charnolevsky requested to merge 482849-add-details-to-graphql into master

What does this MR do and why?

According to this task, this MR is one of the development stages.

When gitlab found a vulnerability in 'mr changes page' there is a GraphQL query that brings all the details of the vulnerability. In this MR I have added a details object to the resolver and in the next MR we will use this resolver.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  1. Navigate to the project => Build => Pipelines => Click on vulnerability
  2. Open inspect element => Network => find GraphQL request with operationName: "getSecurityReportFinding" => validate you see details well.

Numbered steps to set up and validate the change are strongly suggested.

Related to #482849 (closed) and #478469 (closed)

Edited by Chen Charnolevsky

Merge request reports

Loading