STIXProject / stix-to-html

Convert STIX XML to HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove duplicate labels and remove duplicated data elements

mattcoarr opened this issue · comments

  • remove labels that show up in two places (for instance, "description:" shows up in the table header cell and again inline in front of the actual description.
  • remove duplicated data elements (for instance, if the title is displayed in the main table, don't then display it again in the expanded detail section)

removed duplicated "description:" label in 665712b

removed duplicated title in data fields in 73fbf7f

now displaying actual event type or "[untyped event]" for calculating column data fields in expandable links for Events.

related objects and associated objects now properly show the data fields for objects in their expandable links (previously it was only working for cybox:Objects).

these changes are in commit c3e0511

(also supports issue #35)

cleaned up duplicate data for several of the ttp element fields.

removed top level element from contents display for the following elements:

  • behavior
  • resources
  • victim targeting
  • information source
  • handling

removed the details row for "intended effect" since that is now in the parent row's expandable link

changes committed in 7e524a3

fixed display of the custom hash template to not duplicate data

6f729e7

removed duplicate heading for observables that show up as children of indicators

26bc934

Closing this issue. Some new duplicate labels were introduced and will be fixed in 1.0 beta5. This is being tracked under issue #54