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

Handle description on cybox Object class #300

Closed rpiazza closed 6 years ago

rpiazza commented 7 years ago

The code says it doesn't support this. The slider needs a place to put STIX 2.0 properties that can't be represented

gtback commented 7 years ago

Could you put it on the Description of the Observable instead? If not, we could add it to Object as well (it shouldn't be too hard, since it subclasses mixbox.Entity).

rpiazza commented 7 years ago

That sounds like a good solution.

gtback commented 7 years ago

I'm going to leave this open, but remove it from the v2.1.0.15 milestone, since it should be pretty easy. For the slider, we can stick with the Observable description option.

rpiazza commented 7 years ago

Actually, it would be a lot better for the slider to able to attach missing properties to the Object, because when it is noticed missing the Observable isn't available without changing a lot of code.

gtback commented 7 years ago

Ok, I'll put it back in a milestone.