[Openvas-commits] r11569 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Sep 6 10:10:18 CEST 2011
Author: hdoreau
Date: 2011-09-06 10:10:12 +0200 (Tue, 06 Sep 2011)
New Revision: 11569
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/cpe.inc
Log:
* scripts/cpe.inc: Fixed several incorrect entries.
[Mareike Piechowiak]
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2011-09-06 07:55:49 UTC (rev 11568)
+++ trunk/openvas-plugins/ChangeLog 2011-09-06 08:10:12 UTC (rev 11569)
@@ -1,5 +1,10 @@
2011-09-06 Henri Doreau <henri.doreau at greenbone.net>
+ * scripts/cpe.inc: Fixed several incorrect entries.
+ [Mareike Piechowiak]
+
+2011-09-06 Henri Doreau <henri.doreau at greenbone.net>
+
* scripts/cpe.inc, scripts/secpod_datatrack_system_detect.nasl,
scripts/secpod_datatrack_system_mult_vuln.nasl: Fixed typo in the KB
key [Mareike Piechowiak].
Modified: trunk/openvas-plugins/scripts/cpe.inc
===================================================================
--- trunk/openvas-plugins/scripts/cpe.inc 2011-09-06 07:55:49 UTC (rev 11568)
+++ trunk/openvas-plugins/scripts/cpe.inc 2011-09-06 08:10:12 UTC (rev 11569)
@@ -849,10 +849,10 @@
"www/*/Vmware/SSTC/Runtime", "^([0-9.]+)", "cpe:/a:vmware:tc_server:",
"www/*/DataTrack_System", "^([0-9.]+)", "cpe:/a:magnoware:datatrack_system:",
"www/*/OCS_Inventory_NG", "^([0-9.]+)", "cpe:/a:ocsinventory-ng:ocs_inventory_ng:",
-"www/*//HP/OVNNM/Ver", "^([0-9.]+)", "cpe:/a:hp:openview_network_node_manager:",
+"www/*/HP/OVNNM/Ver", "^([0-9.]+)", "cpe:/a:hp:openview_network_node_manager:",
"Mathematica/Ver", "^([0-9.]+)", "cpe:/a:wolfram_research:mathematica:",
"OrbitDownloader/Ver", "^([0-9.]+)", "cpe:/a:orbitdownloader:orbit_downloader:",
-"www/*//Uniform-Server", "^([0-9.]+)", "cpe:/a:uniformserver:uniformserver:",
+"www/*/Uniform-Server", "^([0-9.]+)", "cpe:/a:uniformserver:uniformserver:",
"www/*/JV2/Folder/Gallery", "^([0-9.]+)", "cpe:/a:jv2design:jv2_folder_gallery:",
"www/*/snipegallery", "^([0-9.]+)", "cpe:/a:snipegallery:snipe_gallery:",
"www/*/pacificTimeSheet/Ver", "^([0-9.]+)", "cpe:/a:pacifictimesheet:pacific_timesheet:",
@@ -892,10 +892,10 @@
"www/*/FCMS", "^([0-9.]+)", "cpe:/a:haudenschilt:family_connections_cms:",
"SmartMail/Ver", "^([0-9.]+)", "cpe:/a:smartertools:smartermail:",
"pyftpdlib/Ver", "^([0-9.]+)", "cpe:/a:g.rodola:pyftpdlib:",
-"GetSimple_cms", "^([0-9.]+)", "cpe:/a:getsimple:getsimple:",
+"www/*/GetSimple_cms", "^([0-9.]+)", "cpe:/a:getsimple:getsimple:",
"Novell/ZHM/Ver", "^([0-9.]+)", "cpe:/a:novell:zenworks_handheld_management:",
"www/*/SiteEngine", "^([0-9.]+)", "cpe:/a:boka:siteengine:",
-"www/*/Hastymail2", "Hastymail2", "cpe:/a:hastymail:hastymail2:",
+"www/*/Hastymail2", "^([0-9.]+)", "cpe:/a:hastymail:hastymail2:",
"IBM/TDS/Ver", "^([0-9.]+)", "cpe:/a:ibm:tivoli_directory_server:",
"OpenSC/Win/Ver", "^([0-9.]+)", "cpe:/a:opensc-project:opensc:",
"www/*/CrawlTrack", "^([0-9.]+)", "cpe:/a:crawltrack:crawltrack:",
More information about the Openvas-commits
mailing list