docker-archive / oscalkit

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

Fix OSCAL profile metaschema discrepancy in code generation #39

Open anweiss opened 5 years ago

anweiss commented 5 years ago

Due to https://github.com/usnistgov/OSCAL/issues/287, the profile types that we're generating from the metaschema don't match those of the actual profile examples. We should implement a temporary workaround in the metaschema generation process until this is addressed in the upstream.

anweiss commented 5 years ago

Workaround has been implemented via #40 but will keep this issue open until https://github.com/usnistgov/OSCAL/issues/287 is addressed.