STIXProject / stix-to-html

Convert STIX XML to HTML
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

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

Closed mattcoarr closed 10 years ago

mattcoarr commented 10 years ago

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

mattcoarr commented 10 years ago

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

mattcoarr commented 10 years ago

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.

605df583f94dd1796d13491333d0997a1c1d1087

mattcoarr commented 10 years ago

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 06eb3b8763b4510b722e6231662c535434a40526.

This was showing up in the following cases:

Those cases are now being handled properly.