[Openvas-commits] r13782 - in trunk/openvas-plugins: . scripts

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Jul 25 11:55:58 CEST 2012


Author: veerendragg
Date: 2012-07-25 11:55:58 +0200 (Wed, 25 Jul 2012)
New Revision: 13782

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/gb_nist_win_oval_sys_char_generator.nasl
Log:
Updated set kb string.

Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2012-07-25 09:42:10 UTC (rev 13781)
+++ trunk/openvas-plugins/ChangeLog	2012-07-25 09:55:58 UTC (rev 13782)
@@ -1,6 +1,11 @@
 2012-07-25  Veerendra G.G <veerendragg at secpod.com>
 
 	* scripts/gb_nist_win_oval_sys_char_generator.nasl:
+	Updated set kb string.
+
+2012-07-25  Veerendra G.G <veerendragg at secpod.com>
+
+	* scripts/gb_nist_win_oval_sys_char_generator.nasl:
 	Draft version is added, more test cases will be covered.
 
 2012-07-25  Antu Sanadi <santu at secpod.com>

Modified: trunk/openvas-plugins/scripts/gb_nist_win_oval_sys_char_generator.nasl
===================================================================
--- trunk/openvas-plugins/scripts/gb_nist_win_oval_sys_char_generator.nasl	2012-07-25 09:42:10 UTC (rev 13781)
+++ trunk/openvas-plugins/scripts/gb_nist_win_oval_sys_char_generator.nasl	2012-07-25 09:55:58 UTC (rev 13782)
@@ -1,6 +1,6 @@
 ###############################################################################
 # OpenVAS Vulnerability Test
-# $Id: secpod_nist_win_oval_sys_char_generator.nasl 00000 2012-07-15 16:50:34Z july $
+# $Id$
 #
 # Create System Characteristics for NIST Windows OVAL Definitions
 #
@@ -806,6 +806,6 @@
 complete_xml = string (complete_xml, sys_data_xml);
 complete_xml = string (complete_xml, "</oval_system_characteristics>");
 
-set_kb_item (name: "nist_system_characteristics", value: complete_xml);
+set_kb_item (name: "nist_windows_system_characteristics", value: complete_xml);
 
 exit(0);


Property changes on: trunk/openvas-plugins/scripts/gb_nist_win_oval_sys_char_generator.nasl
___________________________________________________________________
Added: svn:keywords
   + Revision Date Id



More information about the Openvas-commits mailing list