| 8 | |
| 9 | |
| 10 | class ExploitTargets(GenericRelationshipList): |
| 11 | _namespace = "http://docs.oasis-open.org/cti/ns/stix/ttp-1" |
| 12 | _binding = ttp_binding |
| 13 | _binding_class = _binding.ExploitTargetsType |
| 14 | |
| 15 | exploit_target = fields.TypedField("Exploit_Target", RelatedExploitTarget, multiple=True, key_name="exploit_targets") |