fix: Removed comment

master
chrisr3d 2019-10-14 14:27:44 +02:00
parent bf45f26bfe
commit bdba2c0a63
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ if __name__ == '__main__':
relationship = stix2.v20.Relationship(**RELATIONSHIP_KWARGS, interoperability=True)
sighting = stix2.v20.Sighting(**SIGHTING_KWARGS, interoperability=True)
threat_actor = stix2.v20.ThreatActor(**THREAT_ACTOR_KWARGS, interoperability=True)
tool = stix2.v20.Tool(**TOOL_KWARGS)#, interoperability=True),
tool = stix2.v20.Tool(**TOOL_KWARGS)
vulnerability = stix2.v20.Vulnerability(**VULNERABILITY_KWARGS, interoperability=True)
report = stix2.v20.Report(**REPORT_KWARGS, interoperability=True)
bundle = stix2.v20.Bundle(**BUNDLE_KWARGS, interoperability=True,

View File

@ -184,7 +184,7 @@ if __name__ == '__main__':
relationship = stix2.v21.Relationship(**RELATIONSHIP_KWARGS, interoperability=True)
sighting = stix2.v21.Sighting(**SIGHTING_KWARGS, interoperability=True)
threat_actor = stix2.v21.ThreatActor(**THREAT_ACTOR_KWARGS, interoperability=True)
tool = stix2.v21.Tool(**TOOL_KWARGS)#, interoperability=True),
tool = stix2.v21.Tool(**TOOL_KWARGS)
vulnerability = stix2.v21.Vulnerability(**VULNERABILITY_KWARGS, interoperability=True)
report = stix2.v21.Report(**REPORT_KWARGS, interoperability=True)
bundle = stix2.v21.Bundle(**BUNDLE_KWARGS, interoperability=True,