Guard security dashboard risk score by project behind feature flag
What does this MR do and why?
Guard security dashboard risk score by project behind feature flag
This guards the project grouping on the risk score panel on the new security dashboard behind a derisk feature flag for performance considerations.
References
Related #579448
Screenshots or screen recordings
| feature flag disabled | feature flag enabled |
|---|---|
|
|
How to set up and validate locally
- With feature flag
group_vulnerability_risk_scores_by_projectdisabled, go to group level new security dashboard - Validate it does not show the grouping buttons
- Add
?riskScore.groupBy=projectto the URL and refresh. Validate it still does not show the group by buttons and not the project heat map - Enable the feature flag http://gdk.test:3000/rails/features/group_vulnerability_risk_scores_by_project
- Visit the security dashboard and validate it is showing the group by buttons
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.
Edited by Lorenz van Herwaarden

