fixed Timthumb and added Drupal 8

This commit is contained in:
Palma Solutions LTD 2018-05-06 12:00:25 +02:00
parent f4882f7502
commit 0a8f9bcef0

View File

@ -8,7 +8,6 @@
*
* TODO:
* - Fix remaining script versions
* - Fix Timthumb
* - Add the rest of the scripts from Softaculous - work in progress
* - Add scripts from outside Softaculous - work in progress
* - Add "Current Status" - work in progress
@ -16,6 +15,7 @@
$versions = array(
array("Wordpress", "/wp-includes/version.php", "\$wp_version =", "Maintained"),
array("Drupal 8", "/core/modules/system/system.info.yml", "version: '", "Maintained"),
array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant", "Maintained"),
array("Drupal", "/modules/system/system.info", "version = ", "Maintained"),
array("phpBB", "/includes/constants.php", "define('PHPBB_VERSION',", "Maintained"),
@ -155,6 +155,9 @@
array("phpDealerLocator", "/config.php", "phpDealerLocator v", ""),
array("CraftySyntax", "/admin_common.php", "CVS will be released with version", ""),
array("NextCloud/OwnCloud", "/version.php", "\$OC_VersionString =", "Maintained"),
array("Timthumb", "/thumb.php", "define ('VERSION',", "EOL"),
array("Timthumb", "/image.php", "define ('VERSION',", "EOL"),
array("Timthumb", "/timthumb.php", "define ('VERSION',", "EOL"),
// still need to work on these
array("CubeCart", "/index.php", "CubeCart v"), // may need one more line
@ -189,7 +192,6 @@
array("SPIP", "/svn.revision", "Origine: svn:"), // needs one more
array("Oxy Classifieds", "/version", "*"), // two from the head
array("Anova Pro", "/version.txt", "Anova Pro :"), // one more
array("Timthumb", "/*.php", "define ('VERSION',"), // produces too many false positives
);