Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit d450d64

Browse files
author
Samuel Hassine
committed
[stix2] Change default report class
1 parent 78b996c commit d450d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/opencti_stix2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ def create_report(self, stix_object, update=False):
860860
stix_object['name'],
861861
self.convert_markdown(stix_object['description']) if 'description' in stix_object else '',
862862
stix_object['published'] if 'published' in stix_object else '',
863-
stix_object['x_opencti_report_class'] if 'x_opencti_report_class' in stix_object else 'external',
863+
stix_object['x_opencti_report_class'] if 'x_opencti_report_class' in stix_object else 'Threat Report',
864864
stix_object['x_opencti_object_status'] if 'x_opencti_object_status' in stix_object else 0,
865865
stix_object['x_opencti_source_confidence_level'] if 'x_opencti_source_confidence_level' in stix_object else 3,
866866
stix_object['x_opencti_graph_data'] if 'x_opencti_graph_data' in stix_object else '',

0 commit comments

Comments
 (0)