Skip to content

Add modal to GraphQL pipeline dashboard

What does this MR do?

It adds modal functionality to the pipeline's security tab for displaying detailed information about a vulnerability-finding.

Note: The change is currently behind a feature flag and the modal's content and additional functionality is captured in a separate issue: #300755 (closed)

How to test this locally

  1. Enable the pipeline_security_dashboard_graphql feature flag: echo "Feature.enable(:pipeline_security_dashboard_graphql)" | rails
  2. Navigate to a pipeline's security tab
  3. Click on a finding

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #331403 (closed)

Edited by David Pisek

Merge request reports