fix: Making pep8 happy
parent
8809418dab
commit
bf45f26bfe
|
@ -181,8 +181,8 @@ if __name__ == '__main__':
|
||||||
vulnerability = stix2.v20.Vulnerability(**VULNERABILITY_KWARGS, interoperability=True)
|
vulnerability = stix2.v20.Vulnerability(**VULNERABILITY_KWARGS, interoperability=True)
|
||||||
report = stix2.v20.Report(**REPORT_KWARGS, interoperability=True)
|
report = stix2.v20.Report(**REPORT_KWARGS, interoperability=True)
|
||||||
bundle = stix2.v20.Bundle(**BUNDLE_KWARGS, interoperability=True,
|
bundle = stix2.v20.Bundle(**BUNDLE_KWARGS, interoperability=True,
|
||||||
objects=[attack_pattern, campaign, course_of_action, identity, indicator,
|
objects=[attack_pattern, campaign, course_of_action, identity, indicator,
|
||||||
intrusion_set, malware, marking_definition, observed_data, tool,
|
intrusion_set, malware, marking_definition, observed_data, tool,
|
||||||
relationship, sighting, threat_actor, vulnerability, report])
|
relationship, sighting, threat_actor, vulnerability, report])
|
||||||
stix2.parse(dict(bundle), interoperability=True)
|
stix2.parse(dict(bundle), interoperability=True)
|
||||||
print("All interoperability tests passed !")
|
print("All interoperability tests passed !")
|
||||||
|
|
|
@ -188,8 +188,8 @@ if __name__ == '__main__':
|
||||||
vulnerability = stix2.v21.Vulnerability(**VULNERABILITY_KWARGS, interoperability=True)
|
vulnerability = stix2.v21.Vulnerability(**VULNERABILITY_KWARGS, interoperability=True)
|
||||||
report = stix2.v21.Report(**REPORT_KWARGS, interoperability=True)
|
report = stix2.v21.Report(**REPORT_KWARGS, interoperability=True)
|
||||||
bundle = stix2.v21.Bundle(**BUNDLE_KWARGS, interoperability=True,
|
bundle = stix2.v21.Bundle(**BUNDLE_KWARGS, interoperability=True,
|
||||||
objects=[attack_pattern, campaign, course_of_action, identity, indicator,
|
objects=[attack_pattern, campaign, course_of_action, identity, indicator,
|
||||||
intrusion_set, malware, marking_definition, observed_data, tool,
|
intrusion_set, malware, marking_definition, observed_data, tool,
|
||||||
relationship, sighting, threat_actor, vulnerability, report])
|
relationship, sighting, threat_actor, vulnerability, report])
|
||||||
stix2.parse(dict(bundle), interoperability=True)
|
stix2.parse(dict(bundle), interoperability=True)
|
||||||
print("All interoperability tests passed !")
|
print("All interoperability tests passed !")
|
||||||
|
|
Loading…
Reference in New Issue