Skip to content

Fix decreasing the project vulnerability counts

What does this MR do and why?

We are only counting the vulnerabilities that exist on the default branch(present_on_default_branch), therefore, while deleting the vulnerability records, we need to decrease the count only for the vulnerabilities that exist on the default branch.

Merge request reports

Loading