saf icon indicating copy to clipboard operation
saf copied to clipboard

Account for single element objects in mappers

Open em-c-rod opened this issue 3 years ago • 0 comments

NIST and CCI tags can be both an array of Strings or just a single string, so forEach loops need to be able to handle a single element object. Ex: nist: ["SC-2"] to nist: "SC-2"

Add unit tests to account for this.

em-c-rod avatar Feb 21 '22 13:02 em-c-rod