An application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base. This repository contains an Angular-based web application providing the user interface for the ATT&CK Workbench application.
Improve the user experience by allowing users to easily copy the STIX ID of an object directly from its view page. Currently, users need to manually select and copy the STIX ID of an object from the URL.
Possible solutions:
1) Add a new STIX ID field to the view page with a icon button to copy to clipboard (similar to the object ATT&CK ID field)
2) Add a new icon button to the view page toolbar to copy the current object's STIX ID
A snackbar confirmation message should appear indicating that the ID has been successfully copied.
Improve the user experience by allowing users to easily copy the STIX ID of an object directly from its view page. Currently, users need to manually select and copy the STIX ID of an object from the URL.
Possible solutions: 1) Add a new STIX ID field to the view page with a icon button to copy to clipboard (similar to the object ATT&CK ID field) 2) Add a new icon button to the view page toolbar to copy the current object's STIX ID
A snackbar confirmation message should appear indicating that the ID has been successfully copied.