[Openvas-commits] r6164 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Dec 17 09:10:16 CET 2009
Author: chandra
Date: 2009-12-17 09:10:14 +0100 (Thu, 17 Dec 2009)
New Revision: 6164
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/cpe.inc
Log:
Corrected CPE entries
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-12-17 08:03:08 UTC (rev 6163)
+++ trunk/openvas-plugins/ChangeLog 2009-12-17 08:10:14 UTC (rev 6164)
@@ -1,3 +1,7 @@
+2009-12-17 Chandrashekhar B <bchandra at secpod.com>
+
+ * scripts/cpe.inc: corrected some CPE entries.
+
2009-12-17 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
* scripts/version_func.inc (find_bin, find_file, get_bin_version):
Modified: trunk/openvas-plugins/scripts/cpe.inc
===================================================================
--- trunk/openvas-plugins/scripts/cpe.inc 2009-12-17 08:03:08 UTC (rev 6163)
+++ trunk/openvas-plugins/scripts/cpe.inc 2009-12-17 08:10:14 UTC (rev 6164)
@@ -227,7 +227,7 @@
"Adobe/Acrobat/Win/Ver", "^([0-9.]+)", "cpe:/a:adobe:acrobat:",
"Adobe/Air/Linux/Ver", "^([0-9.]+)", "cpe:/a:adobe:air:",
"Adobe/Air/Win/Ver", "^([0-9.]+)", "cpe:/a:adobe:air:",
-"Adobe/Flex/Win/Ver", "^([0-9.]+)", "cpe:/a:adobe:flash_player:",
+"Adobe/Flex/Win/Ver", "^([0-9.]+)", "cpe:/a:adobe:flex:",
"Adobe/Reader/Win/Ver", "^([0-9.]+)", "cpe:/a:adobe:acrobat_reader:",
"Adobe/Reader/Linux/Version", "^([0-9.]+)", "cpe:/a:adobe:acrobat_reader:",
"Adobe/ShockwavePlayer/Ver", "^([0-9.]+)", "cpe:/a:adobe:shockwave_player:",
@@ -546,7 +546,7 @@
"www/*/b2evolution", "^([0-9.]+)", "cpe:/a:b2evolution:b2evolution:",
"www/*/Clicknet-CMS", "^([0-9.]+)", "cpe:/a:clicknet:",
"www/*/IBM/DB2MC","^([0-9.]+)", "cpe:/a:peter_kohlmann:db2_monitoring_console:",
-"www/*/DM-Albums", "^([0-9.]+)", "",
+"www/*/DM-Albums", "^([0-9.]+)", "cpe:/a:dutchmonkey:dm_album:",
"www/*/DM-FileManager", "^([0-9.]+)", "cpe:/a:dutchmonkey:dm_filemanager:",
"www/*/DokuWiki", "^([0-9.]+([a-z0-9]+)?)", "cpe:/a:dokuwiki:dokuwiki:",
"www/*/ELOG", "^([0-9]+\.[0-9]+\.[0-9]+)", "cpe:/a:stefan_ritt:elog_web_logbook:",
@@ -748,9 +748,9 @@
"www/*/Telepark.wiki", "^([0-9.]+)", "cpe:/a:telepark:telepark.wiki:",
"www/*/ImageHostingScript/DPI", "^([0-9.]+)", "cpe:/a:image-host-script:image_hosting_script:",
"IDEAL/Admin/Ver", "^([0-9.]+)", "cpe:/a:pointdev:ideal_administration_2009:",
-"Panda/InternetSecurity/Ver", "^([0-9.]+)", "cpe:/a:pandasecurity:panda_internet_security:",
-"Panda/GlobalProtection/Ver", "^([0-9.]+)", "cpe:/a:pandasecurity:panda_global_protection:",
-"Panda/Antivirus/Ver", "^([0-9.]+)", "cpe:/a:pandasecurity:panda_antivirus:",
+"Panda/InternetSecurity/Ver", "^(15\.0)", "cpe:/a:pandasecurity:panda_internet_security:2010::pro",
+"Panda/GlobalProtection/Ver", "^(3\.0)", "cpe:/a:pandasecurity:panda_global_protection:2010",
+"Panda/Antivirus/Ver", "^(9\.0)", "cpe:/a:pandasecurity:panda_antivirus::2010::pro",
"www/*/TestLink", "^([0-9.]+)", "cpe:/a:teamst:testlink:",
"www/*/YABSoft/AIHS", "^([0-9.]+)", "cpe:/a:yabsoft:advanced_image_hosting_script:"
);
More information about the Openvas-commits
mailing list