[go: up one dir, main page]

Skip to content

Add ref section to security configuration

What does this MR do and why?

This MR adds a new "Refs" section to the security configuration page that allows users to manage the tracking of vulnerabilities across different branches and tags.

Note: This is the first in a series of MRs around the feature, and only uses mock data (via a local GraphQL resolver) to simulate the UI.

Screenshots or screen recordings

Description
Added section Screenshot_2025-10-22_at_10.59.07_am
Removal Action Screenshot_2025-10-22_at_10.59.43_am
Loading State Screenshot_2025-10-22_at_10.34.41_am

How to set up and validate locally

  1. Enable the feature flag: http://gdk.test:3000/rails/features/vulnerabilities_across_contexts
  2. Navigate to a project's security configuration
  3. Verify that the added section is showing as documented in the description (loading states, etc.)
  4. Disable the feature flag
  5. Verify that the section is now rendering

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #555991

Edited by David Pisek

Merge request reports

Loading