| 127 | |
| 128 | |
| 129 | class AffectedSoftware(GenericRelationshipList): |
| 130 | _binding = exploit_target_binding |
| 131 | _binding_class = exploit_target_binding.AffectedSoftwareType |
| 132 | _namespace = "http://docs.oasis-open.org/cti/ns/stix/exploit-target-1" |
| 133 | |
| 134 | affected_software = fields.TypedField("Affected_Software", RelatedObservable, multiple=True, key_name="affected_software") |
| 135 | |
| 136 | |
| 137 | # NOT AN ACTUAL STIX TYPE! |
no outgoing calls
no test coverage detected