mitre / inspec_tools

A command-line and ruby API of utilities, converters and tools for creating, converting and processing security baseline formats, results and data
https://inspec-tools.mitre.org/
Other
92 stars 30 forks source link

Support inclusion of Inspec test results in the XCCDF output #91

Closed b-mad closed 4 years ago

b-mad commented 4 years ago

This introduces the ability to take Inspec test results and write them to the XCCDF file produced in the command inspec2xccdf. The resulting file may then be used for any downstream data conversion or rendering.

The result of this will provided the following.

b-mad commented 4 years ago

I plan to submit a pull request that implements this enhancement.

Bialogs commented 4 years ago

Are you talking about XCCDF Results XML file or a DISA Checklist XML file? If you're talking about DISA checklists we already have inspec2ckl.

Happy to review any patches.

Bialogs commented 4 years ago

Also as a note we would like to support the 1.2 edition.

Reference : https://csrc.nist.gov/Projects/Security-Content-Automation-Protocol/Specifications/xccdf

b-mad commented 4 years ago

I am talking about producing and XCCDF Results XML file that has the results of the Inspec tests in the conformant format.