-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
Printing stix data using normal print command, also tried with MitreAttackData.print_stix_object() function
Actual Behavior
I receive the following error: serialize() should be provided by the STIX2 base class.
Steps to Reproduce the Problem
- Get a stix object (in my case with
mitre_attack_data=MitreAttackData("tmp/enterprise-attack/enterprise-attack.json") and then I tried to create a listall_data_components=MitreAttackData.get_datacomponents(mitre_attack_data) - Try to
print,serialize()orMitreAttackData.print_stix_object()a stix type object from the created list - Error described above should occur
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working