Remove security body issue body and related

What does this MR do and why?

There are a couple components, like blocking_merge_requests_report.vue which include a <report-section /> where the component prop defines which component of issue_body.js is used. However, there is no place where the <report-section /> is included with component set to "SecurityIssueBody". So security_issue_body.vue and related unused components/constants can be removed.

Actually, MetricsReportsIssueBody and PerformanceIssueBody are also unused, so I'll remove them in a follow-up MR.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #438235 (closed)

Edited by Lorenz van Herwaarden

Merge request reports

Loading