Skip to content

Releases: center-for-threat-informed-defense/mappings-editor

Mappings Editor: v1.4.0

24 Sep 14:47
b378482
Compare
Choose a tag to compare

1.4.0 (2024-09-24)

Features

  • add Participant Reviewed mapping status (2724959)

Mappings Editor: v1.3.0

17 Sep 15:55
f904955
Compare
Choose a tag to compare

1.3.0 (2024-09-17)

Features

  • allow registration of custom Mapping Frameworks (a8f3319)
  • display Mapping Framework coverage in the application's footer (a8f3319)

Bug Fixes

  • address issue that prevents dropdown menus from closing in some browsers (6e15f0b)
  • prevent import commands from corrupting the history buffer when undone (a8f3319)

Mappings Editor: v1.2.0

04 Sep 15:48
edd815f
Compare
Choose a tag to compare

1.2.0 (2024-09-04)

Features

  • add Internal Review, Participant Review, and Final Draft mapping statuses (8a384e7)

Mappings Editor v1.1.0

22 Aug 17:17
5efd3fa
Compare
Choose a tag to compare

1.1.0 (2024-08-22)

Features

  • add support for ATT&CK v15.0 and v15.1 (931899b)

Mappings Editor v1.0.0

27 Mar 15:17
fd88298
Compare
Choose a tag to compare

Release Notes

The initial public beta of the Mappings Editor is here!

What's New

  • Map security controls, vulnerabilities, or capabilities to MITRE ATT&CK® quickly and accurately.
  • Provide context for each Mapping using comments, references, and scoring.
  • Sort Mappings by In Progress and Complete to help track progress.
  • Organize Mappings into Capability Groups.
  • Drag and drop Mappings between breakouts/groups.
  • Cut, copy, and paste Mappings between files.
  • Copy and paste mapping data from/to tools like Microsoft Excel.
  • Leverage powerful search, breakout, and filtering features.
  • Export Mappings as ATT&CK Navigator Layers, .CSV, .JSON, .YAML, or Microsoft Excel (.XLSX) Files.

Help

  • Want to download example Mapping Files? Refer to our corpus.
  • Need help using the Editor? Refer to the User Guide.

Mappings Editor v0.1.3

06 Mar 20:52
a5c0420
Compare
Choose a tag to compare
Pre-release

0.1.3 (2024-03-06)

Features

  • add CSV, YAML, XLSX, and ATT&CK Navigator Layer export options (b1ed63c)
  • add User Guide to Help menu (ac715c6)
  • allow multiple Mapping Files to be imported at once (dc9baca)
  • allow opening of Mapping Files via url with src query parameter (c8acf81)
  • restrict Mapping File selection to only files of the Mapping File type (dc9baca)

Bug Fixes

  • correct mapping_objects deserialization issue that prevents blank Mapping Files from opening (f00802d)
  • ensure Mapping File import includes missing group, mapping, and scoring options (dc9baca)
  • ensure mapping objects are pasted in the same order they're copied (b1ed63c)
  • ensure the last mapping object can be included in a multiselect (b1ed63c)
  • layer context menus on top of the editing interface (b1ed63c)
  • replace MITRE Engenuity branding with Mappings Explorer branding (56b0101)
  • update Mapping File's modifiedDate after each edit (0ca0e75)

Mappings Editor v0.1.2

14 Feb 03:41
c27d7ae
Compare
Choose a tag to compare
Pre-release

0.1.2 (2024-02-14)

Features

  • visually distinguish invalid mapping object fields (79e3f59)

Bug Fixes

  • always keep the actively-edited mapping object in view (2ce7549)

Mappings Editor v0.1.1

09 Feb 17:57
7a170c8
Compare
Choose a tag to compare
Pre-release

0.1.1 (2024-02-09)

Features

  • add "clear search" button (8f41917)
  • add "collapse/uncollapse all mapping objects" menu items (8f41917)
  • add auto-migrate capabilities to framework objects (8f41917)
  • add basic runtime error notifications (8f41917)

Bug Fixes

  • correct "Change Log" link (8f41917)
  • deserialize empty strings to null on select mapping object fields (8f41917)
  • deserialize mapping object references to a list of links (not characters) (8f41917)
  • eliminate scroll glitch that occurs when moving uncollapsed mapping objects (8f41917)
  • eliminate scroll glitch that occurs when undeleting end-of-file mapping objects (8f41917)
  • remove "Layout" menu (8f41917)
  • remove deprecated mapping statuses (8f41917)

Performance Improvements

  • improve file indexing speed (8f41917)
  • improve import file speed (8f41917)
  • improve mass cut, copy, and paste speed (8f41917)
  • improve mass delete speed (8f41917)

Mappings Editor v0.1.0

07 Feb 17:49
d611e1f
Compare
Choose a tag to compare
Pre-release

0.1.0 (2024-02-07)

⚠ BREAKING CHANGES

  • rename group to capability_group in export schema
  • rename groups to capability_groups in export schema

Features

  • add import file feature (6e01175)
  • add Mapping File search functionality (ea8f2e8)
  • display file metrics in application footer (c786fc5)
  • only export related_score when a sub-technique has an assigned score (b5ff4ac)

Bug Fixes

  • null dereference that crashes file view (9fdacf6)
  • prefix single-digit days and months with 0 in accordance with the schema (b5ff4ac)
  • switch date export from ISO format to MM/DD/YYYY (001db5d)

Code Refactoring

  • rename group to capability_group in export schema (b5ff4ac)
  • rename groups to capability_groups in export schema (b5ff4ac)

Mappings Editor v0.0.1

30 Jan 22:55
a328601
Compare
Choose a tag to compare
Pre-release

0.0.1 (2024-01-30)

Features

  • add cut, copy, and paste features to mapping objects (2fdaa5c)
  • add drag and drop features to mapping objects (2fdaa5c)
  • add mapping group, status, score, comments, and references fields (2fdaa5c)
  • add multi-select, paint-select, select all, and unselect all (2fdaa5c)
  • add product version number to Help menu (2fdaa5c)
  • autosave file on edit (2fdaa5c)
  • sort filter options by name (2fdaa5c)
  • update serializer to conform to new schema (2fdaa5c)

Bug Fixes

  • ensure dropdown options always reside at the highest layer (2fdaa5c)
  • include ATT&CK 8.0 and 9.0 in framework manifest (2fdaa5c)

Performance Improvements

  • improve scroll and render performance (2fdaa5c)