Skip to content
New issue

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

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

Already on GitHub? # to your account

Exporting STIX Bundles and Collection Bundles should convert LinkById tags into Markdown References #168

Closed
ElJocko opened this issue Apr 6, 2022 · 0 comments · Fixed by #183

Comments

@ElJocko
Copy link
Contributor

ElJocko commented Apr 6, 2022

Convert LinkById tags to markdown references for:

  • object.description
  • technique-object.x_mitre_detection
  • object.external_references[n].description
(LinkById: T0001)

becomes

[Object Name](url-for-object)

where Object Name and url-fo-object are pulled from the object referenced by the LinkById.

{
  stix: {
    name: 'Object Name',
    external_references: [
      {
        source_name: 'domain',
        external_id: 'T0001',
        url: 'url-for-object'
      }
    ]
}
ElJocko added a commit that referenced this issue Apr 29, 2022
#168-linkbyid

Convert LinkById tags to Markdown Links when Exporting a Collection Bundle
@ElJocko ElJocko closed this as completed Apr 29, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
1 participant