Skip to content

Commit

Permalink
Merge pull request #26 from mitre/test_235194
Browse files Browse the repository at this point in the history
Display Current MySQL version in SV-235194
  • Loading branch information
Amndeep7 authored Oct 9, 2024
2 parents 9f4455b + 9ea7250 commit dac15ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controls/SV-235194.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

version = sql_session.query(query_version).results

describe '@@version' do
describe "The installed mysql version: #{version.column('@@version').join}" do
subject { version.column('@@version').join }
it { should cmp >= minimum_mysql_version }
end
Expand Down
2 changes: 1 addition & 1 deletion inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]."
version: 1.1.3
version: 1.1.4
inspec_version: ">= 4.0"

inputs:
Expand Down

0 comments on commit dac15ca

Please sign in to comment.