CybOXProject / schemas

CybOX Schemas and Schema Development
42 stars 17 forks source link

Remove Parent_PID and Child_PID_List from Process Object #148

Open ikiril01 opened 11 years ago

ikiril01 commented 11 years ago

Right now we have a Child_PID_List element on the root of the Process Object, for specifing the PIDs of the children spawned by the Process. Since we've agreed that the best way to capture relationships between Processes is through Related_Objects (which can capture the parent/child relationship), we should deprecate this element, along with the ChildPIDListType.

gtback commented 11 years ago

This will be removed in 3.0, but we need to modify the annotations to discourage its use and recommend using actual RelatedObjects as of 2.1 (see #151)

gtback commented 11 years ago

This also applies to Parent_PID