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

UnixUserAccount, Artifact and Object changes #308

Closed emmanvg closed 6 years ago

emmanvg commented 6 years ago

Although, this PR builds on top of #307. Therefore, I will close that PR and use this instead. The full list of changes can be tracked in that PR. Plus,

While creating the UnixUserAccount I noticed xsi:type did not contain the correct value, thus tweaking the bindings a bit.

Added Object documentation on using cybox clear cache instead of removing the caching feature.

emmanvg commented 6 years ago

This PR closes #303