Plugin Directory

Changeset 1330204


Ignore:
Timestamp:
01/18/2016 01:04:23 AM (10 years ago)
Author:
LinSoftware
Message:

fixed potential security vulnerability

Location:
check-amazon-link/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • check-amazon-link/trunk/amazon-link-checker.php

    r1309405 r1330204  
    44 * Plugin URI: http://www.linsoftware.com/amazon-link-checker/
    55 * Description: Checks Amazon links to see if products are in stock.  Displays a table of all your Amazon links.  Notifies you by email about out-of-stock products.
    6  * Version: 1.1.5
     6 * Version: 1.1.7
    77 * Author: Linnea Wilhelm, Lin Software
    88 * Author URI: http://www.linsoftware.com
     
    3434
    3535// keep track of plugin version
    36 define( 'AZLC_VERSION_NUM', '1.1.5' );
     36define( 'AZLC_VERSION_NUM', '1.1.7' );
    3737// add_option only adds the option if it does not already exist
    3838// when updating, run update code and then update_option
  • check-amazon-link/trunk/linsoftware_quality_control.php

    r1258421 r1330204  
    232232
    233233            echo "Browser Info:" . PHP_EOL;
    234             echo $_SERVER['HTTP_USER_AGENT'] . PHP_EOL;
     234            echo filter_var($_SERVER['HTTP_USER_AGENT'], FILTER_SANITIZE_STRING) . PHP_EOL;
    235235            $browser = get_browser(null, true);
    236236            print_r($browser);
  • check-amazon-link/trunk/readme.txt

    r1316634 r1330204  
    77Requires at least: 3.9
    88Tested up to: 4.4
    9 Stable tag: 1.1.6
     9Stable tag: 1.1.7
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.