simp / inspec-profile-disa_stig-el7

InSpec Profile for the EL7 DISA STIG
Apache License 2.0
22 stars 46 forks source link

Consider rewording the reporting for V-71999: #53

Closed rx294 closed 5 years ago

rx294 commented 5 years ago

https://github.com/simp/inspec-profile-disa_stig-el7/blob/9dd1d5a6cf5903ae2375f4b36d39e55fa3fc1961/controls/V-71999.rb#L59

Current reporting

  ✔  V-71999: Vendor packaged system security patches and updates must be installed
  and up to date.
     ✔  All packages are up to date should eq 0

Suggested reporting

    describe "List of out of date packages" do
      subject { linux_update.updates.length }
      it { should be_empty }
    end