Skip to content

Split `Security` into separate contexts for each domain

What does this MR do and why?

Split Security into separate contexts for each domain

Each feature category inside the Security namespace is a distinct product domain and requires specific domain knowledge. Security is a very broad term which could cover security testing, application security, vulnerability management, scanning, authentication / authorization, and a plethora of other domains. To encourage separation of concerns and avoid unsafe cross-domain usage, we should avoid lumping so many different domains together inside the same bounded context.

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.

Merge request reports