STIXProject / stix-to-html

Convert STIX XML to HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the data elements in "expandable links" should match up with data elements in top level tables

mattcoarr opened this issue · comments

the data elements in "expandable links" should match up with data elements in top level tables (typically this is title/type/id)

added support for kill chain and kill chain phase elements: 22a8aae

some observables were not showing the proper fields in expandable links. this was fixed by making the function calculateAllColumns() check for element names regardless of namespace.

605df58

some items where the data elements in expandable links were not being properly calculated were ending up with ids printed out with a suffix of "_OTHER_OTHER_OTHER". This was a debug string that should have been removed. It's removed in commit 06eb3b8.

This was showing up in the following cases:

  • indicator:Observable elements (fixed in 605df58)
  • kill chain and kill chain phase elements (fixed in 22a8aae)

Those cases are now being handled properly.