[Openvas-commits] r2529 - in trunk/openvas-server: . openvasd

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 19 12:00:31 CET 2009


Author: felix
Date: 2009-02-19 12:00:30 +0100 (Thu, 19 Feb 2009)
New Revision: 2529

Modified:
   trunk/openvas-server/ChangeLog
   trunk/openvas-server/openvasd/preferences.c
Log:
Set default value for Silent Dependencies to 'No'. Naive users otherwise
might miss some security issues due to suppression of messages coming
from the server through NVTs that other NVTs just depend on.

* openvasd/preferences.d: Set default value for silent_dependencies
to 'no'.


Modified: trunk/openvas-server/ChangeLog
===================================================================
--- trunk/openvas-server/ChangeLog	2009-02-19 10:59:54 UTC (rev 2528)
+++ trunk/openvas-server/ChangeLog	2009-02-19 11:00:30 UTC (rev 2529)
@@ -1,5 +1,14 @@
 2009-02-19  Felix Wolfsteller <felix.wolfsteller at intevation.de>
 
+	Set default value for Silent Dependencies to 'No'. Naive users otherwise
+	might miss some security issues due to suppression of messages coming
+	from the server through NVTs that other NVTs just depend on.
+
+	* openvasd/preferences.d: Set default value for silent_dependencies
+	to 'no'.
+
+2009-02-19  Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
 	* openvasd/preferences.d: Documentation and minor formatting.
 	Added a FIXME about possible conflict with a new scan overiding
 	preference values of running scans.

Modified: trunk/openvas-server/openvasd/preferences.c
===================================================================
--- trunk/openvas-server/openvasd/preferences.c	2009-02-19 10:59:54 UTC (rev 2528)
+++ trunk/openvas-server/openvasd/preferences.c	2009-02-19 11:00:30 UTC (rev 2529)
@@ -141,7 +141,7 @@
  fprintf(fd, "\n\n# Automatically activate the plugins that are depended on\n");
  fprintf(fd, "auto_enable_dependencies = yes\n");
  fprintf(fd, "\n\n# Do not echo data from plugins which have been automatically enabled\n");
- fprintf(fd, "silent_dependencies = yes\n");
+ fprintf(fd, "silent_dependencies = no\n");
  fprintf(fd, "\n\n# Designate hosts by MAC address, not IP address (useful for DHCP networks)\n");
  fprintf(fd, "use_mac_addr = no\n");
  



More information about the Openvas-commits mailing list