You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should strongly consider refactoring Bundle Collections, as currently they serve a very similar function as compared to the top-level container elements (e.g. Actions, Objects, etc.) in a MAEC Bundle. One possibility may be to keep their current structure, and allow them to ONLY reference existing entities, rather than both embed and reference entities. For example, an Action Collection would only be allowed to reference MAEC Actions stored in the Actions element.
The text was updated successfully, but these errors were encountered:
Also, it may make more sense to do away with entity-specific collections completely, and have a single CollectionType that can encapsulate any MAEC entity (via referencing of its ID). In this case, it would likely make sense to have a field (attribute?) on this type to declare the type of entity that it collects, e.g. "actions".
This affords a great deal of flexibility, as it permits the capture of collections of ANY MAEC entity, including Malware Subjects. However, there may still be cases where a Collection needs to be associated with a particular Malware Subject - for example, for the capture of Candidate Indicators as in #84. The question is then how to associate a Collection with a Malware Subject that it "belongs" to - perhaps a simple one-way reference from Malware Subject to Collection is enough? E.g.,
We should strongly consider refactoring Bundle Collections, as currently they serve a very similar function as compared to the top-level container elements (e.g. Actions, Objects, etc.) in a MAEC Bundle. One possibility may be to keep their current structure, and allow them to ONLY reference existing entities, rather than both embed and reference entities. For example, an Action Collection would only be allowed to reference MAEC Actions stored in the Actions element.
The text was updated successfully, but these errors were encountered: