Skip to content

Commit

Permalink
changing links from stix2.0 to stix2.1 part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vsun757 committed Aug 31, 2023
1 parent b8192cd commit d891711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitreattack/diffStix/changelog_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def get_datastore_from_mitre_cti(self, domain: str, datastore_version: str) -> s
attack_version = release_info.get_attack_version(domain=domain, stix_content=stix_response.content)
self.data[datastore_version][domain]["attack_release_version"] = attack_version

data_store = MemoryStore(stix_data=stix_json["objects"])
data_store = MemoryStore(stix_data=stix_json["objects"], version="2.1")
return data_store

def parse_extra_data(self, data_store: stix2.MemoryStore, domain: str, datastore_version: str):
Expand Down

0 comments on commit d891711

Please sign in to comment.