CYBEX-P / tahoe

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

Attribute: "large_value" : uuid4() #16

Closed qclassified closed 5 years ago

qclassified commented 5 years ago

string large value is too generic and may be value of an actual attribute it will mess with Attribute.duplicate() in that case uuid4() is unique and can never be value of an actual attribute

qclassified commented 5 years ago

uuid.uuid4() while unique can be confusing So replaced "large_value" with ```"^_largevalue$" which is fairly unique and still not confusing