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

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

Merge request reports

Loading