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
Describe what should be investigated or refactored
Currently the MergeComponentDefinitions merges components based on unique titles, it would probably be better/more compliant with OSCAL for this function to be merging them on unique component UUIDs instead.
This function also need to be re-worked such that it can merge two component definitions where one does not have any components (which is valid oscal)
Describe what should be investigated or refactored
Currently the
MergeComponentDefinitions
merges components based on unique titles, it would probably be better/more compliant with OSCAL for this function to be merging them on unique component UUIDs instead.This function also need to be re-worked such that it can merge two component definitions where one does not have any components (which is valid oscal)
Links to any relevant code
lula/src/pkg/common/oscal/component.go
Line 121 in 801551d
Additional context
None
Expected Deliverable
The text was updated successfully, but these errors were encountered: