bdraco / addon_securityadvisor

Old Security Advisor for cPanel 11.40 (upstream repo) -- Use CPANELINC/addon_securityadvisor
Other
16 stars 56 forks source link

Add checks for the latest SSH version. #37

Closed demasu closed 11 years ago

demasu commented 11 years ago

This checks to see if the installed SSH version is the latest available version.

bdraco commented 11 years ago

Thanks for the pull request.

It appears there is still debug code in here. open(my $debug, ">", "/root/debug.txt");

Please tidy the code with perltidy using the .perltidyrc in the repo

Also, I think it would be better to check all packages and report on just the interesting ones like openssh, kernel, openssl?

bdraco commented 11 years ago

Looks the the debug code was removed in a later commit. Will look at this some more when I have a bit more time.

demasu commented 11 years ago

Thanks, I can write one up to check pretty much all of yum and show important ones that need updating if you like. I also ran it through perltidy and commited those changes in commit bd267c2.