Skip to content

Add state to new vulnerability details component

David Pisek requested to merge 371722-render-state-in-new-details-component into master

What does this MR do and why?

It renders a finding's state on the new, GraphQL-only version of the vulnerability details component.

NOTE: This component is currently not in use, so the changes have no impact on production.

Screenshots or screen recordings

Screen_Shot_2022-10-10_at_3.31.48_pm

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

How to set up and validate locally

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

  1. Run yarn storybook:start
  2. Once storybook is loaded, navigate to http://localhost:9002/?path=/story/ee-security-dashboard-components-shared-vulnerability-details-graphql-index-vue--default&args=state:RESOLVED
  3. Verify that the badge renders as-expected

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 #371722 (closed)

Edited by David Pisek

Merge request reports