Skip to content

Releases: mitre/inspec_tools

v3.1.1

27 Aug 19:04
dc0e419
Compare
Choose a tag to compare

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

13 Aug 21:32
dc0e419
Compare
Choose a tag to compare

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

28 Jul 19:43
cb3131a
Compare
Choose a tag to compare

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

13 Jul 13:29
6b838ad
Compare
Choose a tag to compare

Changes

  • Remove dangling < characters, report all parsing errors, not just tho… @Bialogs (#235)

v2.3.7

07 Jun 18:37
0d28f1c
Compare
Choose a tag to compare

Changes

  • inspec2ckl SIDATA parse stigid and title from profile names @Bialogs (#234)

v2.3.6

27 May 17:51
Compare
Choose a tag to compare

Changes

v2.3.5

03 May 20:46
bad8481
Compare
Choose a tag to compare

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

16 Apr 18:09
d4ee848
Compare
Choose a tag to compare

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

25 Mar 14:07
dbcc98c
Compare
Choose a tag to compare

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

22 Jan 16:29
8b115bb
Compare
Choose a tag to compare

Changes

  • Fix the release process to push both docker tags correctly.