[Openvas-commits] r11938 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Nov 2 13:43:50 CET 2011
Author: mime
Date: 2011-11-02 13:43:45 +0100 (Wed, 02 Nov 2011)
New Revision: 11938
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/secpod_efront_detect.nasl
Log:
Added last modification and creation date. Remove Risk from description. This change was made by accident with my last commit.
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2011-11-02 12:36:49 UTC (rev 11937)
+++ trunk/openvas-plugins/ChangeLog 2011-11-02 12:43:45 UTC (rev 11938)
@@ -1,5 +1,12 @@
2011-11-01 Michael Meyer <michael.meyer at greenbone.net>
+ * scripts/secpod_efront_detect.nasl:
+ Added last modification and creation date. Remove Risk from
+ description. This changes was made by accident with my last
+ commit.
+
+2011-11-01 Michael Meyer <michael.meyer at greenbone.net>
+
* scripts/gb_IBSng_50468.nasl,
scripts/gb_efront_50469.nasl:
Added new plugins.
Modified: trunk/openvas-plugins/scripts/secpod_efront_detect.nasl
===================================================================
--- trunk/openvas-plugins/scripts/secpod_efront_detect.nasl 2011-11-02 12:36:49 UTC (rev 11937)
+++ trunk/openvas-plugins/scripts/secpod_efront_detect.nasl 2011-11-02 12:43:45 UTC (rev 11938)
@@ -32,11 +32,11 @@
script_name("eFront Version Detection");
desc = "
Overview: This script detects the installed Efront version and sets
- the result in KB.
+ the result in KB.";
- Risk factor:None";
-
script_description(desc);
+ script_tag(name:"last_modification", value:"$Date$");
+ script_tag(name:"creation_date", value:"2009-10-31 09:54:01 +0100 (Sat, 31 Oct 2009)");
script_summary("Set KB for the version of eFront");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 SecPod");
More information about the Openvas-commits
mailing list