Skip to content

Commit

Permalink
[connectors] fix lister Data-source and Data-component
Browse files Browse the repository at this point in the history
  • Loading branch information
yassine-ouaamou committed May 16, 2023
1 parent 7568c86 commit 2676842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal-export-file/export-file-csv/src/export-file-csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ def _process_message(self, data):
"Narrative": self.helper.api_impersonate.narrative.list,
"Vulnerability": self.helper.api_impersonate.vulnerability.list,
"Incident": self.helper.api_impersonate.incident.list,
"Data-Source": self.helper.api_impersonate.data_source.list,
"Data-Component": self.helper.api_impersonate.data_component.list,
"Stix-Cyber-Observable": self.helper.api_impersonate.stix_cyber_observable.list,
"Stix-Core-Relationship": self.helper.api_impersonate.stix_core_relationship.list,
"stix-core-relationship": self.helper.api_impersonate.stix_core_relationship.list,
Expand Down
2 changes: 2 additions & 0 deletions internal-export-file/export-file-txt/src/export-file-txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ def _process_message(self, data):
"Narrative": self.helper.api_impersonate.narrative.list,
"Vulnerability": self.helper.api_impersonate.vulnerability.list,
"Incident": self.helper.api_impersonate.incident.list,
"Data-Source": self.helper.api_impersonate.data_source.list,
"Data-Component": self.helper.api_impersonate.data_component.list,
"Stix-Cyber-Observable": self.helper.api_impersonate.stix_cyber_observable.list,
"Stix-Core-Relationship": self.helper.api_impersonate.stix_core_relationship.list,
"stix-core-relationship": self.helper.api_impersonate.stix_core_relationship.list,
Expand Down

0 comments on commit 2676842

Please sign in to comment.