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

Class ExploitTargets

stix/core/__init__.py:56–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56class ExploitTargets(stix.EntityList):
57 _binding = stix_common_binding
58 _namespace = 'http://docs.oasis-open.org/cti/ns/stix/common-1'
59 _binding_class = _binding.ExploitTargetsType
60
61 exploit_target = fields.TypedField(
62 name="Exploit_Target",
63 type_=ExploitTarget,
64 multiple=True,
65 listfunc=partial(IdrefDeprecatedList, type=ExploitTarget)
66 )
67
68
69class Incidents(stix.EntityList):

Callers 2

__init__Method · 0.70
add_exploit_targetMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected