Skip to content

Remove vulnerabilities from batch graphql request

Samantha Ming requested to merge 372151-remove-vulnerabilities-from-batch into master

What does this MR do and why?

In this MR, we remove the vulnerabilities from the batch GraphQL request. This is to reduce the query complexity score, so the page does not error out 😨

Screenshots or screen recordings

Before (1 batch request) This MR (2 requests)
2022-09-01_at_9.18_PM 2022-09-01_at_9.19_PM

How to set up and validate locally

  1. Go to the vulnerability report page
  2. Open the network tab
  3. Note the two GraphQL requests

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #372151 (closed)

Edited by Samantha Ming

Merge request reports

Loading