[Openvas-commits] r1440 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Sep 25 12:53:57 CEST 2008
Author: kost
Date: 2008-09-25 12:53:56 +0200 (Thu, 25 Sep 2008)
New Revision: 1440
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/remote-MS00-006.nasl
Log:
corrected script id
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2008-09-25 10:33:31 UTC (rev 1439)
+++ trunk/openvas-plugins/ChangeLog 2008-09-25 10:53:56 UTC (rev 1440)
@@ -1,3 +1,7 @@
+2008-09-25 Vlatko Kosturjak <kost at linux.hr>
+
+ * scripts/remote-MS00-006.nasl: corrected script id
+
2008-09-25 Chandrashekhar B <bchandra at secpod.com>
* scripts/secpod_smb_func.inc:
Removed smb_nt.inc to correct multiple import errors
Modified: trunk/openvas-plugins/scripts/remote-MS00-006.nasl
===================================================================
--- trunk/openvas-plugins/scripts/remote-MS00-006.nasl 2008-09-25 10:33:31 UTC (rev 1439)
+++ trunk/openvas-plugins/scripts/remote-MS00-006.nasl 2008-09-25 10:53:56 UTC (rev 1440)
@@ -32,7 +32,7 @@
if(description)
{
-script_id(00000);
+script_id(80007);
script_bugtraq_id(950);
script_cve_id("CVE-2000-0097");
name["english"] = "Microsoft MS00-06 security check ";
More information about the Openvas-commits
mailing list