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

Metadata value issue #153

Closed
moullos opened this issue Apr 23, 2020 · 2 comments
Closed

Metadata value issue #153

moullos opened this issue Apr 23, 2020 · 2 comments
Assignees
Labels
bug Something isn't working timescale/imminent Ready to be assigned to developers

Comments

@moullos
Copy link

moullos commented Apr 23, 2020

Hi,

I am trying to import a json file to the beta version of the navigator. The file is being imported successfully and the metadata name fields for the techniques are being shown as expected. However, all the values are being presented as {{metadata.value:

image

The metadata field in the json contains an array of metadata objects as defined in LayerFormatv3. I have been using the same format for the previous versions of the navigator so I am not sure whether I am doing something wrong. Below is a copy of the json leading to the image:

{ 
      "techniqueID": "T1106",
      "color": "#f4a261",
      "enabled": true,
      "score": 0.0,
      "metadata": [
        {
          "name": "-WDAG Enabled",
          "value": "False"
        },
        {
          "name": "-AppLocker Enabled",
          "value": "TestNotImplemented"
        },
        {
          "name": "-Software Restriction Policies",
          "value": "TestNotImplemented"
        },
        {
          "name": "-WDEG Enabled",
          "value": "False"
        }
      ]
}

Finally, thank you for this awesome tool :)

@isaisabel
Copy link
Contributor

Hi @moullos,

Thank for for pointing this out! This seems to be caused by a typo in the tooltip template. We'll make sure to patch it in our next release.

@isaisabel isaisabel added bug Something isn't working timescale/imminent Ready to be assigned to developers labels Apr 23, 2020
@clemiller clemiller self-assigned this May 4, 2020
@isaisabel
Copy link
Contributor

This bug has been fixed in the subtechniques-3.1 branch, which is the staging branch for our next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working timescale/imminent Ready to be assigned to developers
Projects
None yet
Development

No branches or pull requests

3 participants