From a2c56cb82d88f6e094c13355143710b6b9a99698 Mon Sep 17 00:00:00 2001 From: Eugene Aronne <34140975+ejaronne@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:14:47 -0400 Subject: [PATCH 1/4] Update SV-235194.rb enhance describe statement --- controls/SV-235194.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/SV-235194.rb b/controls/SV-235194.rb index c475ac6..cc14fe1 100644 --- a/controls/SV-235194.rb +++ b/controls/SV-235194.rb @@ -77,7 +77,7 @@ version = sql_session.query(query_version).results - describe '@@version' do + describe 'The installed mysql version: #{version}' do subject { version.column('@@version').join } it { should cmp >= minimum_mysql_version } end From 50ec175206a1e093546a46e147dfa4130c688e7e Mon Sep 17 00:00:00 2001 From: Eugene Aronne <34140975+ejaronne@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:17:11 -0400 Subject: [PATCH 2/4] Update SV-235194.rb --- controls/SV-235194.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/SV-235194.rb b/controls/SV-235194.rb index cc14fe1..b26ff8a 100644 --- a/controls/SV-235194.rb +++ b/controls/SV-235194.rb @@ -77,7 +77,7 @@ version = sql_session.query(query_version).results - describe 'The installed mysql version: #{version}' do + describe "The installed mysql version: #{version}" do subject { version.column('@@version').join } it { should cmp >= minimum_mysql_version } end From ef415b83708a6c0b648074dfbae16b38689137f9 Mon Sep 17 00:00:00 2001 From: Eugene Aronne <34140975+ejaronne@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:19:46 -0400 Subject: [PATCH 3/4] Update SV-235194.rb --- controls/SV-235194.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/SV-235194.rb b/controls/SV-235194.rb index b26ff8a..f12e95b 100644 --- a/controls/SV-235194.rb +++ b/controls/SV-235194.rb @@ -77,7 +77,7 @@ version = sql_session.query(query_version).results - describe "The installed mysql version: #{version}" do + describe "The installed mysql version: #{version.column('@@version').join}" do subject { version.column('@@version').join } it { should cmp >= minimum_mysql_version } end From 9ea72506f80076036b96ee7bed3266159e8b1d3e Mon Sep 17 00:00:00 2001 From: Eugene Aronne <34140975+ejaronne@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:20:41 -0400 Subject: [PATCH 4/4] Update inspec.yml --- inspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspec.yml b/inspec.yml index 9cfa978..8f3a58d 100644 --- a/inspec.yml +++ b/inspec.yml @@ -4,7 +4,7 @@ maintainer: MITRE SAF Team copyright: MITRE, 2022 license: Apache-2.0 summary: "This Security Technical Implementation Guide is published as a tool to improve the security of Department of Defense (DoD) information systems. The requirements are derived from the National Institute of Standards and Technology (NIST) 800-53 and related documents. Comments or proposed revisions to this document should be sent via email to the following address: disa.stig_spt@mail.mil." -version: 1.1.3 +version: 1.1.4 inspec_version: ">= 4.0" inputs: