Closed aitchkhan closed 5 years ago
The guidance present in fedramp baseline implementsProfile[].Parameters[] are an array of multiple p tag. IMHO, guidance in Parameter struct should be of type []string rather than string. https://github.com/docker/oscalkit/blob/42bb04d0ffeec2f1979f895ebfc8ea9819dc9223/types/oscal/implementation/implementation.go#L39
implementsProfile[].Parameters[]
p
Parameter
[]string
string
Fixed by #78.
The guidance present in fedramp baseline
implementsProfile[].Parameters[]
are an array of multiplep
tag. IMHO, guidance inParameter
struct should be of type[]string
rather thanstring
. https://github.com/docker/oscalkit/blob/42bb04d0ffeec2f1979f895ebfc8ea9819dc9223/types/oscal/implementation/implementation.go#L39