mitre/vulcan

Populate gid/rid in InSpec body data

rlakey opened this issue · 0 comments

Currently we do not populate the gid or rid tags in the InSpec body since these values only exist in official STIGs.

We do populate this data in our XCCDF export though and in some workflows causes an issue with import results against a checklist generated with the XCCDF.

To fix this we need to populate the gid/rid tags with the same values we use in the XCCDF for these fields. This would be the Vul ID and Rule ID.

See vmware/dod-compliance-and-automation#131