mirror of https://github.com/MISP/MISP
Updated stix header title
The header is actually skipped in MISP and the one from misp2stix_framing is used, but usefull for command line testspull/3212/head
parent
5f801c06d0
commit
73e9d8adaa
|
@ -131,7 +131,7 @@ class StixBuilder(object):
|
|||
stix_package = STIXPackage(id_=package_name, timestamp=timestamp)
|
||||
stix_package.version = "1.1.1"
|
||||
stix_header = STIXHeader()
|
||||
stix_header.title = "{} (MISP Event #{})".format(self.misp_event.info, self.misp_event.id)
|
||||
stix_header.title = "Export from {} MISP".format(self.namespace_prefix)
|
||||
stix_header.package_intents = "Threat Report"
|
||||
stix_package.stix_header = stix_header
|
||||
incident = self.generate_stix_objects()
|
||||
|
|
Loading…
Reference in New Issue