Skip to content

Unify group and instance level security dashboards

Savas Vedova requested to merge 321775-unify-group-and-instance-reports into master

What does this MR do?

This MR removes individual group and instance level dashboards and unify them under vulnerability_report.vue file. The filename change also reflects the current UI.

In order to test this you'll have to have an EE license. Once got that:

  • Go to Groups > Your Group > Security & Compliance > Vulnerability Report
  • and More (top bar) > Security > Vulnerability Report

They shall look like this with a project that has vulnerabilities.

image

In order to have vulnerabilities, you'll have to run a pipeline and the scanners will have to detect vulnerabilities. You can fork this repo as an example: https://gitlab.com/gitlab-examples/security/security-reports/

Screenshots (strongly suggested)

There are no visual changes.

Does this MR meet the acceptance criteria?

Conformity

Availability 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

Related to #321775 (closed)

Edited by Savas Vedova

Merge request reports