docker-archive / oscalkit

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

remove possibleValues from controlImplementation[] #46

Closed aitchkhan closed 5 years ago

aitchkhan commented 5 years ago

This change is made in favor of the oscal implementation "ComponentDefinition" as was suggested by @anweiss

As per the prototype, the chain implementsProfiles[_].controlConfigurations[_].parameters[_] does not contain defaultValues and the chain controlImplementations[_].controlConfigurations[_].parameters[_] does not contain possibleValues. Hence removed.

mohuk commented 5 years ago

👍 LGTM

over to @anweiss

anweiss commented 5 years ago

LGTM as well.