CybOXProject / python-cybox

A Python library for parsing, manipulating, and generating CybOX content.
http://cybox.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
77 stars 42 forks source link

URI property missing on Artifact object #301

Closed rpiazza closed 7 years ago

rpiazza commented 7 years ago

Its in STIX 1.x as Raw_Artifact_Reference, but not in python-stix

gtback commented 7 years ago

Should be straightforward to add. Even though it's an xs:choice in CybOX 2.x, fortunately the specs for STIX 2 also indicate that only one out of payload_bin and url can be provided.