From fd2fa0d364f0908da25a2f410ac6796c041fcfcf Mon Sep 17 00:00:00 2001 From: Sean Sica <23294618+seansica@users.noreply.github.com> Date: Fri, 8 May 2026 14:38:05 -0400 Subject: [PATCH] fix(platforms): remove support for 'Google Workspace' and 'Azure AD' --- src/schemas/common/property-schemas/attack-platforms.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/schemas/common/property-schemas/attack-platforms.ts b/src/schemas/common/property-schemas/attack-platforms.ts index 5ef1d971..897a8542 100644 --- a/src/schemas/common/property-schemas/attack-platforms.ts +++ b/src/schemas/common/property-schemas/attack-platforms.ts @@ -10,12 +10,10 @@ const supportedMitrePlatforms = [ 'Field Controller/RTU/PLC/IED', 'Network Devices', 'Data Historian', - 'Google Workspace', 'Office Suite', 'ESXi', 'Identity Provider', 'Containers', - 'Azure AD', 'Engineering Workstation', 'Control Server', 'Human-Machine Interface',