Releases: mitre/inspec_tools
Releases · mitre/inspec_tools
v3.1.1
Changes
- inspec2xccdf: Support newer Inspec Check and Fix text appearing in desc as well as tag @janeuner (#226)
- Added conversion to array when string is detected on cci in csv2inspec @Furrure (#241)
v3.1.0
Changes
- inspec2xccdf: Support newer Inspec Check and Fix text appearing in desc as well as tag @janeuner (#226)
- Added conversion to array when string is detected on cci in csv2inspec @Furrure (#241)
v3.0.0
Changes
With the encoding fix the minimum Ruby version is now 2.7 which is why the version changed from 2.x to 3.x
v2.3.8
Changes
- Remove dangling < characters, report all parsing errors, not just tho… @Bialogs (#235)
v2.3.7
Changes
- inspec2ckl SIDATA parse stigid and title from profile names @Bialogs (#234)
v2.3.5
This release is functionally the same as v2.3.4 however it pushes a new version of our packages to Dockerhub in order to fix an open vulnerability in reXML.
Changes
v2.3.4
Changes
- to_xccdf: Enable STIGViewer support for automatic CCI descriptions. @janeuner (#222) XCCDF Legacy and CCI Ident elements are now being included from inspec to xccdf thus they are viewable in STIGViewer.
- Fix bucketing logic @rx294 (#225) For when Inspec controls will be considered a ProfileError.
v2.3.3
Changes
- Remove legacy V and SV identifiers from the CCI tags in xccdf2inspec @Bialogs (#221) V and SV identifiers now appear in a legacy tag
- Lock Dockerfile to Ruby 2 @rbclark (#219)
v2.3.2
Changes
- Fix the release process to push both docker tags correctly.