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
For STIX 2.1, we could add SCOs to the 2.1 objects mapping in STIX2_OBJ_MAPS. Since SCOs are now top level objects, this would allow parse() to handle both SDOs and SCOs without requiring use of parse_observable().
The text was updated successfully, but these errors were encountered:
@clenk just wanted to lend a vote for this one - current implementation (that does not have SCO types included) results in the inability to create Bundles containing SCOs since it checks types on parse. I'm working around it at the moment by adding _Observable to the list of "no further checks" in the clean function of STIXObjectProperty:
For STIX 2.1, we could add SCOs to the 2.1
objects
mapping inSTIX2_OBJ_MAPS
. Since SCOs are now top level objects, this would allowparse()
to handle both SDOs and SCOs without requiring use ofparse_observable()
.The text was updated successfully, but these errors were encountered: