aaronlippold/xccdf2inspec
***MERGED: SEE README:*** The XCCDF to InSpec parser scans and extracts the controls defined in the DISA XCCDF STIG XML documents and converts them into InSpec control 'stubs' to help ease the pain of InSpec profile developers everywhere.
RubyNOASSERTION
Issues
- 2
fix the generation of the `inspec.yml` file to be a valid `inspec.yml` file
#18 opened by aaronlippold - 0
Close resolved issues
#19 opened by aaronlippold - 0
- 0
- 0
Remove the 'severity' tag from the output
#13 opened by aaronlippold - 0
make me work on windows
#11 opened by aaronlippold - 0
Add Gemfile
#10 opened by jeefberkey - 1
Fix the parsing / printing of the “fix” and “check”, "Title" and "Desc" strings
#9 opened by aaronlippold - 0
update nist_get_reference to account for when we can't find the provided CCI
#4 opened by aaronlippold - 0
Add a method to correctly derive the correct 'ref' tag. All the data elements are in the XML.
#7 opened by aaronlippold - 1
add the ability to select which profile to generate or process all profiles.
#8 opened by aaronlippold - 1
get_nist_reference needs to be refactored to accept a NodeSet and return an array of hashs {nist_ref,nist_ver}
#1 opened by aaronlippold - 1
- 1
We need to deconflict or add the XCCDF Rule 'weight' attribute with the InSpec 'impact' tag.
#5 opened by aaronlippold - 0
update get_impact method to allow for the user to override the default mapping and provide their own scales.
#6 opened by aaronlippold - 1
Add the ability to specify an output file from the command line, if not specified, dump to stdout and to output.rb in the <pwd>
#3 opened by aaronlippold