docker-archive / oscalkit

NIST OSCAL SDK and CLI
https://docker.github.io/oscalkit/
Other
36 stars 23 forks source link

Missing profile title workaround and move part traversal to separate file #68

Closed anweiss closed 5 years ago

anweiss commented 5 years ago

Per https://github.com/usnistgov/OSCAL/issues/287, the profile metaschema is also missing a title field reference from the model of the profile assembly definition. This addresses that. The part traversal code has also been moved to a separate file so as not to clash with the automatically generate catalog source code.

@minhaj10p for review.