You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm seeing a boolean attribute on various elements, is_case_sensitive, which I found a couple places in the STIX documentation, but this is the best example (found near the bottom).
@ChrisStrasburg Do we want/need to add support for this element? It's valid STIX, so I'm leaning towards yes, but I'm doubtful that anyone is actually processing the attribute.
FlexT Warning Examples
FlexTransform.SchemaParser (/Users/mhend/git/FlexTransform/FlexTransform/SchemaParser/SchemaParser.py:538) WARNING:observable;object;properties;value;is_case_sensitive not processed forrow type IndicatorDatain schema config. Value: False
FlexTransform.SchemaParser (/Users/mhend/git/FlexTransform/FlexTransform/SchemaParser/SchemaParser.py:538) WARNING:observable;object;properties;address_value;is_case_sensitive not processed forrow type IndicatorDatain schema config. Value: False
FlexTransform.SchemaParser (/Users/mhend/git/FlexTransform/FlexTransform/SchemaParser/SchemaParser.py:538) WARNING:information_source;contributing_sources;sources not processed forrow type DocumentHeaderDatain schema config. Value: [{'tools': [{}], 'identity': {'xsi:type': 'ciqIdentity:CIQIdentity3.0InstanceType', 'specification': {'addresses': [{'country': {'name_elements': [{}]}, 'administrative_area': {'name_elements': [{}]}}], 'party_name': {'organisation_names': [{'name_elements': [{'value': 'usa.gov'}]}]}}}}]
So I'm seeing a boolean attribute on various elements,
is_case_sensitive, which I found a couple places in the STIX documentation, but this is the best example (found near the bottom).@ChrisStrasburg Do we want/need to add support for this element? It's valid STIX, so I'm leaning towards yes, but I'm doubtful that anyone is actually processing the attribute.
FlexT Warning Examples
Line examples from file (out of context)