Conversation
|
Ran a test - that idiom is still wrong. @emmanvg seems to think it is some issue with getting the xsi:type set. |
|
My problem may be unrelated - STIXPackage.from_xml() isn't reading in the Identity correctly and just creates a ta:Identity/ stub. |
|
I believe my problem comes from IdentityType.buildchildren(), which does nothing if the NodeName_ == "Specification" which is true for a CIQIdentity. Should we do something like MalwareType.buildchildren(), which imports the proper extension module? EDIT: Hmm, the CIQIdentity3_0InstanceType binding class has Specification, so maybe I'm barking up the wrong tree to suggest it be added to the default IdentityType. |
|
Just pushed some changes. It should be working now. :) |
clenk
left a comment
There was a problem hiding this comment.
This fixes the issue I was seeing.
Fix #302