From 05898e2cee7a01b99f2b8a3cbdf78aabb4b46859 Mon Sep 17 00:00:00 2001 From: kitos Date: Fri, 5 Jun 2026 09:33:41 +0200 Subject: [PATCH] refactor(dashboard): replace security posture claims with programme-scoped language Overall Security Score renamed to Overall Programme Score. Descriptions across Executive Dashboard and Dashboard page now clarify scores reflect Red/Blue Team exercise maturity and coverage breadth, not the organisation real-world security state, to avoid overstating what ATT&CK simulation tests can guarantee. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/pages/DashboardPage.tsx | 2 +- frontend/src/pages/ExecutiveDashboardPage.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/DashboardPage.tsx b/frontend/src/pages/DashboardPage.tsx index fb20f32..d6e26d6 100644 --- a/frontend/src/pages/DashboardPage.tsx +++ b/frontend/src/pages/DashboardPage.tsx @@ -256,7 +256,7 @@ export default function DashboardPage() {

Coverage Evolution (6 months) - +

{evolutionLoading ? (
diff --git a/frontend/src/pages/ExecutiveDashboardPage.tsx b/frontend/src/pages/ExecutiveDashboardPage.tsx index 2916d19..7b926d9 100644 --- a/frontend/src/pages/ExecutiveDashboardPage.tsx +++ b/frontend/src/pages/ExecutiveDashboardPage.tsx @@ -79,9 +79,9 @@ function ScoreGauge({ score, label }: { score: number; label: string }) {
{label}
@@ -279,7 +279,7 @@ export default function ExecutiveDashboardPage() {

Executive Dashboard

- Organization security posture overview + Red/Blue Team programme coverage and maturity overview

@@ -322,7 +322,7 @@ export default function ExecutiveDashboardPage() {

Score Trend (90 days) - +