[Openvas-commits] r3002 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Apr 2 18:15:21 CEST 2009
Author: mime
Date: 2009-04-02 18:15:11 +0200 (Thu, 02 Apr 2009)
New Revision: 3002
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/remote-detect-WindowsSharepointServices.nasl
Log:
Bugfix
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-04-02 14:42:16 UTC (rev 3001)
+++ trunk/openvas-plugins/ChangeLog 2009-04-02 16:15:11 UTC (rev 3002)
@@ -1,3 +1,8 @@
+2009-04-02 Michael Meyer <mime at gmx.de>
+ * scripts/remote-detect-WindowsSharepointServices.nasl:
+ Bugfix. (Reports WindowsSharepointServices on my
+ apache).
+
2009-04-02 Chandrashekhar B <bchandra at secpod.com>
* scripts/gb_openssl_detect_win.nasl:
Addressed duplicate script ID issue
Modified: trunk/openvas-plugins/scripts/remote-detect-WindowsSharepointServices.nasl
===================================================================
--- trunk/openvas-plugins/scripts/remote-detect-WindowsSharepointServices.nasl 2009-04-02 14:42:16 UTC (rev 3001)
+++ trunk/openvas-plugins/scripts/remote-detect-WindowsSharepointServices.nasl 2009-04-02 16:15:11 UTC (rev 3002)
@@ -128,7 +128,8 @@
set_kb_item(name:"ASPX/enabled", value:TRUE);
report += "\n" + xPoweredBy[0];
}
-
- security_note(port:port, data:report);
+ if( report ) {
+ security_note(port:port, data:report);
+ }
}
}
More information about the Openvas-commits
mailing list