feat(phase-23): add Threat Actor profiles with MITRE CTI import, API, heatmap and gap analysis (T-208 to T-212)

This commit is contained in:
2026-02-09 16:27:38 +01:00
parent f4c8cbf768
commit 2fc0e2cafd
12 changed files with 1798 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ import {
ListChecks,
ClipboardList,
Database,
Crosshair,
} from "lucide-react";
import { useAuth } from "../context/AuthContext";
@@ -37,6 +38,7 @@ const mainLinks: NavItem[] = [
],
},
{ to: "/reports", label: "Reports", icon: BarChart3 },
{ to: "/threat-actors", label: "Threat Actors", icon: Crosshair },
];
const adminLinks: NavItem[] = [