Skip to content

Move Explain Vulnerability components to own folder

Daniel Tian requested to merge 420745-move-explain-vuln-to-own-folder into master

What does this MR do and why?

Currently the Explain Vulnerability components are in a folder with 20+ other components. This MR moves them to their own sub-folder so that it's easier to find them.

It also renames ExplainThisVulnerability/explain-this-vulnerability to ExplainVulnerability/explain-vulnerability. While the feature is called "Explain This Vulnerability", on the backend and in several frontend components we use ExplainVulnerability/explain_vulnerability, so the rename is to standardize on one name instead of two.

There are no feature changes, this is a simple move/rename refactor.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #420745 (closed)

Edited by Daniel Tian

Merge request reports