Skip to content

Remove legacy finding modal and vulnerability_details

Lorenz van Herwaarden requested to merge remove-finding-modal-iteration-4 into master

What does this MR do and why?

Related #441279 (closed)

This is part of the removal of the legacy finding modal which isn't used anywhere anymore.

Earlier removal iterations: !145568 (merged) and !145683 (merged) the largest part of the modal's template and dependencies were removed.

This MR in turn removes:

  1. vulnerability_details.vue component and its spec
  2. vulnerability_detail.vue component and its spec
  3. modal.vue
  4. get_file_location.js helper
  5. some now unused CSS
  6. a lot of unused mock_data

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

How to set up and validate locally

Edited by Lorenz van Herwaarden

Merge request reports