You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
ATT&CK Navigator doesn't let users make changes to items in the metadata field for a particular technique like it would for a technique's comments field, and mapping comments are currently stored in a comment subsection of metadata, making them read only and more difficult to view because hover is required, which can make long comments fall off the screen.
At the platform level, mappings can't easily go into comments because techniques can have multiple mappings, but we should consider treating individual control mappings differently and using that field to make it easier for users to interact with the comments.
ATT&CK Navigator doesn't let users make changes to items in the
metadata
field for a particular technique like it would for a technique'scomments
field, and mapping comments are currently stored in acomment
subsection ofmetadata
, making them read only and more difficult to view because hover is required, which can make long comments fall off the screen.At the platform level, mappings can't easily go into
comments
because techniques can have multiple mappings, but we should consider treating individual control mappings differently and using that field to make it easier for users to interact with the comments.For further context, the tooltips in question (including
comments
andmetadata
) are populated here: https://github.com/mitre-attack/attack-navigator/blob/c196efda36dd6d209ac2f5b8651c66e9901cf74a/nav-app/src/app/matrix/technique-cell/tooltip/tooltip.component.htmlThanks to Jen Burns for bringing this issue to our attention and suggesting the fix.
The text was updated successfully, but these errors were encountered: