Merge pull request #74 from lnxchk/patch-1

Update package_spec.rb
This commit is contained in:
Patrick Münch 2017-07-07 07:16:29 +02:00 committed by GitHub
commit f8ac0dd4a5

View file

@ -34,7 +34,7 @@ end
control 'package-02' do
impact 1.0
title 'Do not install Telnet server'
desc 'Telnet protocol uses unencrypted communication, that means the passowrd and other sensitive data are unencrypted. http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf, Chapter 3.2.2'
desc 'Telnet protocol uses unencrypted communication, that means the password and other sensitive data are unencrypted. http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf, Chapter 3.2.2'
describe package('telnetd') do
it { should_not be_installed }
end