MCPcopy Create free account
hub / github.com/STIXProject/python-stix / AffectedSoftware

Class AffectedSoftware

stix/exploit_target/vulnerability.py:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129class 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!

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected