CybOXProject / python-cybox

A Python library for parsing, manipulating, and generating CybOX content.

Home Page:http://cybox.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the class for Unix user accounts missing?

rpiazza opened this issue · comments

used_id is a property of STIX 2.0 unix-account-ext, but doesn't appear to be a property in python-stix for Account or UserAccount. There doesn't appear to be any specific classes for unix cybox objects.

Yep, looks like we never implemented UnixUserAccountObjectType in python-cybox.