Skip to content

Commit f8ac0dd

Browse files
authored
Merge pull request #74 from lnxchk/patch-1
Update package_spec.rb
2 parents 38573dd + 2369b63 commit f8ac0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controls/package_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
control 'package-02' do
3535
impact 1.0
3636
title 'Do not install Telnet server'
37-
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'
37+
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'
3838
describe package('telnetd') do
3939
it { should_not be_installed }
4040
end

0 commit comments

Comments
 (0)