Security Full Data Set – Backend (1) – Remove `MAX_FINDINGS_COUNT` cap and introduce feature flag
What does this MR do and why?
We introduce the security_mr_report_full_finding_set feature flag. When the flag is enabled, we should no longer use the 25-finding cap in SecurityFindingsReportsComparer.
The reason we want to do this so added and fixed return the complete undismissed finding set per report type, instead of only 25.
References
- This MR closes: #597438 (closed)
- Backend Parent issue: #596809
- Main parent issue: gitlab-org#20760
- Main Project epic: gitlab-org#18313
- Feature flag roll out issue: #597608
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
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 Charlie Kroon