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
91 stars 30 forks source link

Create a generic import method for all *2inspec methods #188

Closed rbclark closed 2 years ago

rbclark commented 4 years ago

Currently we handle pdf2inspec, xccdf2inspec, csv2inspec, and xls2inspec all differently. We should create an intermediate ruby object that all of these models convert to, which can potentially be the same object as #165. All of the exporters should then check to verify that the required methods are filled out on the object.

This is the same idea as https://github.com/mitre/inspec_tools/issues/165 just with *2inspec instead of inspec2*.

camdenmoors commented 2 years ago

This is now part of the SAF CLI