Small fixups
parent
d803d15add
commit
4d9dcafbc6
|
@ -194,6 +194,7 @@ class Relationship(_STIXBase):
|
||||||
'target_ref',
|
'target_ref',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Explicitly define the first three kwargs to make readable Relationship declarations.
|
||||||
def __init__(self, source_ref=None, relationship_type=None, target_ref=None,
|
def __init__(self, source_ref=None, relationship_type=None, target_ref=None,
|
||||||
**kwargs):
|
**kwargs):
|
||||||
# TODO:
|
# TODO:
|
||||||
|
|
|
@ -37,7 +37,6 @@ MALWARE_KWARGS = dict(
|
||||||
name="Cryptolocker",
|
name="Cryptolocker",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
# Minimum required args for a Relationship instance
|
# Minimum required args for a Relationship instance
|
||||||
RELATIONSHIP_KWARGS = dict(
|
RELATIONSHIP_KWARGS = dict(
|
||||||
relationship_type="indicates",
|
relationship_type="indicates",
|
||||||
|
|
Loading…
Reference in New Issue