[Openvas-commits] r12063 - trunk/openvas-plugins/scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Nov 9 14:09:46 CET 2011
Author: antu123
Date: 2011-11-09 14:09:45 +0100 (Wed, 09 Nov 2011)
New Revision: 12063
Modified:
trunk/openvas-plugins/scripts/secpod_ms11-037.nasl
Log:
Updated according to bulletin revision V2
Modified: trunk/openvas-plugins/scripts/secpod_ms11-037.nasl
===================================================================
--- trunk/openvas-plugins/scripts/secpod_ms11-037.nasl 2011-11-09 13:06:15 UTC (rev 12062)
+++ trunk/openvas-plugins/scripts/secpod_ms11-037.nasl 2011-11-09 13:09:45 UTC (rev 12063)
@@ -7,6 +7,9 @@
# Authors:
# Antu Sanadi <santu at secpod.com>
#
+# Updated By: Sooraj KS <kssooraj at secpod.com> on 2011-11-09
+# - Updated versions based on Revision V2.0
+#
# Copyright:
# Copyright (c) 2011 SecPod, http://www.secpod.com
#
@@ -112,7 +115,7 @@
if("Service Pack 3" >< SP)
{
## Check for Inetcomm.dll
- if(version_is_less(version:sysVer, test_version:"6.0.2900.6109")){
+ if(version_is_less(version:sysVer, test_version:"6.0.2900.6157")){
security_hole(0);
}
exit(0);
@@ -127,7 +130,7 @@
if("Service Pack 2" >< SP)
{
## Check for Inetcomm.dll version
- if(version_is_less(version:sysVer, test_version:"6.0.3790.4862")){
+ if(version_is_less(version:sysVer, test_version:"6.0.3790.4913")){
security_hole(0);
}
exit(0);
More information about the Openvas-commits
mailing list