diff --git a/README.md b/README.md index f2690a523..ff2284d2a 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ Our vision is to provide a one stop shop for cyber security posture management a CyberSecurity teams need to use GRC as a foundation to structure their program and implement the right tools and processes to mitigate the risks, and leave the rest to CISO Assistant 🐙 -The vision of the tool is based on this model: +The vision of the tool is based on these fundamental objects: -![](posture.png) +![](core_objects.png) -The full details are available in the [data model](documentation/architecture/data-model.md). +There are other concepts and models to provide other features. The full details are available in the [data model](documentation/architecture/data-model.md). -The decoupling allows you to save a considerable amount of time: +The decoupling concept is a pillar of the app and allows you to save a considerable amount of time: - reuse previous assessments, - assess a scope against multiple frameworks at the same time, diff --git a/core_objects.png b/core_objects.png new file mode 100644 index 000000000..614cafaa2 Binary files /dev/null and b/core_objects.png differ