Skip to content

Move Security Configuration UI strings to frontend

What does this MR do?

Move scanner UI strings to frontend

This moves the name, description and help paths for each of the scanners in the Security Configuration page from the backend to the frontend. This improves consistency between the Ultimate and non-Ultimate versions of the page, and is one step along the path of sharing more code between them (see &5460 for more details).

This MR is done in three commits:

  1. The first sets up pinning tests to record the current behaviour.
  2. The second implements the changes and updates the pinning tests accordingly (if you view this commit directly, it's best to view it with Show whitespace changes unchecked).
  3. The final commit removes the pinning tests.

Addresses #323376 (closed).

Screenshots

Before After Intended changes
non-Ultimate ce_before ce_after Reduce inconsistency with Ultimate by: adding API Fuzzing row; re-ordering rows
Ultimate ee_before ee_after None!

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mark Florian

Merge request reports