Skip to content

Releases: mitre-attack/attack-data-model

v4.11.4

08 May 20:19
0f261b7

Choose a tag to compare

v4.11.4 Pre-release
Pre-release

4.11.4 (2026-05-08)

Bug Fixes

  • analytics: validate no duplicate mutable elements (a332886)

v4.11.3

08 May 19:46
92d5d10

Choose a tag to compare

v4.11.3 Pre-release
Pre-release

4.11.3 (2026-05-08)

Bug Fixes

  • bundle: allow bundle parsing under Zod v4 pick-with-refinements restriction (6725f1a)

v4.11.2

08 May 19:13
66d162d

Choose a tag to compare

v4.11.2 Pre-release
Pre-release

4.11.2 (2026-05-08)

Bug Fixes

  • assets: make related_asset_sectors and description required in x_mitre_related_assets elements (be7d323)

v4.11.1

08 May 18:49
9e5625c

Choose a tag to compare

v4.11.1 Pre-release
Pre-release

4.11.1 (2026-05-08)

Bug Fixes

  • platforms: remove support for 'Google Workspace' and 'Azure AD' (fd2fa0d)

v4.11.0

06 May 17:50
56ce9c2

Choose a tag to compare

v4.11.0 Pre-release
Pre-release

4.11.0 (2026-05-06)

Features

  • logger: add configurable logger to control console output (f1627d6)

v4.10.1

06 May 16:07
e886c57

Choose a tag to compare

4.10.1 (2026-05-06)

Bug Fixes

  • detection-strategies: make x_mitre_contributors optional (efcfbe1)

v4.10.0

17 Feb 20:02
33f2878

Choose a tag to compare

4.10.0 (2026-02-17)

Features

  • schemas: export refinement check bundles in schema modules with partials (8c0871b)

v4.9.0

10 Feb 20:24
a4166dd

Choose a tag to compare

4.9.0 (2026-02-10)

Features

  • update schemas to enable running .partial() with refinements (33841e9)
  • upgrade zod to v4.3.6 and introduce base schema pattern (7b1430e)

v4.8.0

26 Jan 20:31

Choose a tag to compare

4.8.0 (2026-01-26)

Features

  • stix-bundle.schema: validate that only one x-mitre-collection object exists (f249442)

v4.7.0

16 Jan 20:51
2c75c7d

Choose a tag to compare

4.7.0 (2026-01-16)

Features

  • detection-strategy.schema: enforce unique keys in x_mitre_analytic_refs (ab95e44)
  • validation: add validateXMitreContentsReferences refinement for STIX bundle integrity (9c6fc9a)
  • validation: enforce unique object IDs in STIX bundles (e14b106)

Reverts

  • remove unused refinement factory function, createUniqueObjectsOnlyRefinement (21d054c)