CYBEX-P / tahoe

A Cyberthreat Language (CTL) to replace STIX
Other
0 stars 1 forks source link

tahoe.instance.Instance.update #23

Closed qclassified closed 4 years ago

qclassified commented 4 years ago

also should update self._hash if the updated items are in unique easiest way to do that is recalculate the _hash and replace (be it same or different)

qclassified commented 4 years ago

in v0.7 Instance._update does not update _hash but other methods (e.g. OES.add_instance) which use Instance._update should do it manually.