STIXProject / stix-to-html

Convert STIX XML to HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inline indicators inside indicator composition not expandable

mattcoarr opened this issue · comments

Inline indicators inside of an indicator composition are now displaying properly. They are printed out as expandable links, but nothing happens when you click on them.

Here's an example of the xml that exhibits the problem:

<stix:Indicator xsi:type="indicator:IndicatorType">
    <indicator:Composite_Indicator_Expression operator="OR">
        <indicator:Indicator>
            <indicator:Observable idref="observable1" />
        </indicator:Indicator>
        <indicator:Indicator>
            <indicator:Observable idref="observable2" />
        </indicator:Indicator>
    </indicator:Composite_Indicator_Expression>
</stix:Indicator>

fixed in 274bcbe