lynis icon indicating copy to clipboard operation
lynis copied to clipboard

TEST_NO missing for a suggestion in tests_nameservices

Open SixK opened this issue 2 years ago • 1 comments

Describe the bug All ReportSuggestion lines have ${TEST_NO} as first argument, except one in tests_nameservices file

The following command shoud return nothing, but return 1 line : grep -r ReportSuggestion | grep tests | grep -v TEST_NO tests_nameservices: ReportSuggestion "Disable the usage of NIS/NIS+ and use an alternative like LDAP or Kerberos instead"

Please change line to: ReportSuggestion "${TEST_NO}" "Disable the usage of NIS/NIS+ and use an alternative like LDAP or Kerberos instead"

Regards, SixK

SixK avatar Mar 23 '22 09:03 SixK

Good catch. Want to create a pull request for it?

mboelen avatar Mar 23 '22 13:03 mboelen