Plugin Directory

Changeset 561472


Ignore:
Timestamp:
06/21/2012 04:39:04 AM (14 years ago)
Author:
aueda
Message:

wp-imagezoom security update

Location:
wp-imagezoom
Files:
28 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-imagezoom/trunk/download.php

    r451835 r561472  
    44
    55$filename = $_GET['file'];
     6
     7if (stristr($filename, "http") === FALSE) {
     8  echo "<html><title>Error</title><bodt>Error</bodt></html>";
     9  exit;
     10}
    611
    712// required for IE, otherwise Content-disposition is ignored
  • wp-imagezoom/trunk/readme.txt

    r560338 r561472  
    55Requires at least: 3.2.0
    66Tested up to: 3.4
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88
    99Zooming and panning large images similar to google maps.
     
    4141== Changelog ==
    4242
     43= 1.0.4 =
     44* Solved a security problem.
     45
    4346= 1.0.3 =
    4447* Solved the problem that the plugin does not work with IE.
Note: See TracChangeset for help on using the changeset viewer.