Skip to content

Simplify vulnerability count list GraphQL query variables

Daniel Tian requested to merge 284471-simplify-vulnerability-count-list into master

What does this MR do?

On the vulnerability report, there is a VulnerabilityCountList component that shows the vulnerability counts:

ksnip_20210402-155536

This MR simplifies the GraphQL query variables by using provide/inject instead of a prop, and removes a duplicate lookup object. See comments for more details.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #284471 (closed)

Edited by Daniel Tian

Merge request reports