Skip to content

Rename generic security report types

What does this MR do and why?

It renames the Vue components that are responsible for rendering generic-security-report items.

Previously, the majority of them were named with a single word (e.g.: table.vue). This made it necessary to disable the vue/multi-word-component-names lint rule for them. With this change, we can remove the disabling.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No visible changes.

How to set up and validate locally

  1. Clone https://gitlab.com/gitlab-examples/security/security-reports locally
  2. Run a pipeline against master
  3. Open the pipeline's security report
  4. Filter for "DAST"
  5. Open the "CWE-16" finding and make sure that the "Evidence" section renders like the one on master

Related to #438805 (closed)

Edited by David Pisek

Merge request reports

Loading