Skip to content

Make VulnerabilitiesFinder agnostic between Projects and Groups

Avielle Wolfe requested to merge extract-vulnerabilities-finders-from-group into master

What does this MR do?

This MR modifies the VulnerabilitiesFinder so that it can find vulnerabilities for either a project or a group, without having to know which it has been given.

It is the first step towards making the project security dashboard independent of the group security dashboard's vulnerabilities endpoints, a coupling which has caused a few bugs: https://gitlab.com/gitlab-org/gitlab-ee/issues/12381, https://gitlab.com/gitlab-org/gitlab-ee/issues/12244

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Thong Kuah

Merge request reports