Skip to content

Commit 6954601

Browse files
committed
feat(platforms): rename 'Network' platform to 'Network Devices'
BREAKING CHANGE: Update supportedMitrePlatforms to use 'Network Devices' instead of 'Network' and bump ATTACK_SPEC_VERSION from 3.2.0 to 4.0.0. - This change affects all objects using the x_mitre_platforms field - Any data still using 'Network' will fail validation - Version bump reflects the compatibility impact This change aligns platform naming with current terminology standards and improves clarity, but requires updates to existing data that references the 'Network' platform.
1 parent 5648da4 commit 6954601

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ATTACK_SPEC_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
4.0.0

src/schemas/common/common-properties.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export type XMitreDeprecated = z.infer<typeof xMitreDeprecatedSchema>;
202202

203203
const supportedMitrePlatforms = [
204204
'Field Controller/RTU/PLC/IED',
205-
'Network',
205+
'Network Devices',
206206
'Data Historian',
207207
'Google Workspace',
208208
'Office 365',

0 commit comments

Comments
 (0)