Releases: center-for-threat-informed-defense/mappings-editor
Releases · center-for-threat-informed-defense/mappings-editor
Mappings Editor: v1.4.0
Mappings Editor: v1.3.0
Mappings Editor: v1.2.0
Mappings Editor v1.1.0
Mappings Editor v1.0.0
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
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
Mappings Editor v0.1.1
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
Mappings Editor v0.1.0
0.1.0 (2024-02-07)
⚠ BREAKING CHANGES
- rename
group
tocapability_group
in export schema - rename
groups
tocapability_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
Mappings Editor v0.0.1
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)