Remove vulnerabilities from batch graphql request
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) |
---|---|
How to set up and validate locally
- Go to the vulnerability report page
- Open the network tab
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #372151 (closed)
Edited by Samantha Ming