Skip to content

Commit

Permalink
Merge pull request #74 from lnxchk/patch-1
Browse files Browse the repository at this point in the history
Update package_spec.rb
  • Loading branch information
atomic111 authored Jul 7, 2017
2 parents 38573dd + 2369b63 commit f8ac0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/package_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
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
Expand Down

0 comments on commit f8ac0dd

Please sign in to comment.