Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Associating user-defined metadata with techniques #22

Closed
rjsmitre opened this issue Mar 19, 2018 · 2 comments
Closed

Associating user-defined metadata with techniques #22

rjsmitre opened this issue Mar 19, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request seeking feedback Seeking feedback from the community on this issue

Comments

@rjsmitre
Copy link

Consider supporting the ability for users to associate arbitrary name-value pairs with a technique in a layer in addition to the existing metadata such as score, manually-assigned colors, comments, etc.

@jburns12 jburns12 added the enhancement New feature or request label Mar 21, 2018
@jonathanbaker jonathanbaker added the seeking feedback Seeking feedback from the community on this issue label Apr 24, 2018
@cvantine
Copy link
Contributor

cvantine commented Aug 6, 2018

Would be very useful to define metadata to show up on hover, as comments do now.

@isaisabel isaisabel self-assigned this Nov 26, 2018
@isaisabel
Copy link
Contributor

Feature implemented in feature/user-defined-metadata and merged into develop. The optional field metadata (which should be an array of objects of the format {"name": string, "value": string}) can now be added to the layer itself as well as individual techniques inside of the layer. This addition constitutes layer format version 2.1, which is fully backwards compatible with layer format version 2.0.

Metadata on the layer is editable inside of the "layer information" menu, however metadata on techniques is not currently editable due to the complexity of editing metadata when multiple techniques are selected.

Metadata on techniques shows up in tooltips.

gitbook-com bot pushed a commit to FuNianTongXue/attack-navigator that referenced this issue Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request seeking feedback Seeking feedback from the community on this issue
Projects
None yet
Development

No branches or pull requests

5 participants