Rename generic security report types
requested to merge 438805-follow-up-from-resolve-shortest-path-not-displayed-in-vulnerability-page into master
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
- Clone https://gitlab.com/gitlab-examples/security/security-reports locally
- Run a pipeline against master
- Open the pipeline's security report
- Filter for "DAST"
- 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