Hello All, To follow previously discussed consistencies, could a couple security_warning's in showmount.nasl (10437) be changed to security_notice's? Below is the code snippet containing the two I think needing adjustment. Both only inform of an NFS server that does not export files. A superfluous service should not cause a warning. Thanks, Jon showmount.nasl: else { report = string("You are running a superfluous NFS daemon.\n", "You should consider removing it\n"); security_warning(port:2049, data:report, proto:proto); exit(0); } } else { report = string("You are running a superfluous NFS daemon.\n", "You should consider removing it\n"); security_warning(port:2049, data:report, proto:proto); } } __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Plugins-writers mailing list Plugins-writers@private http://mail.nessus.org/mailman/listinfo/plugins-writers
This archive was generated by hypermail 2.1.3 : Sat Feb 19 2005 - 12:56:03 PST