Plugin Directory

Changeset 2956968


Ignore:
Timestamp:
08/22/2023 06:46:43 PM (3 years ago)
Author:
sparkpost
Message:

Fix xss vulnerability

Location:
sparkpost/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sparkpost/trunk/admin.widget.class.php

    r1866512 r2956968  
    399399        ?>
    400400        <input type="text" id="template" name="sp_settings_basic[template]" class="regular-text"
    401                value="<?php echo $this->settings['template']; ?>"/><br/>
     401            value="<?php echo esc_attr($this->settings['template']); ?>"/><br/>
    402402        <small>
    403403            <ul>
  • sparkpost/trunk/readme.txt

    r2409458 r2956968  
    33Tags: sparkpost, smtp, wp_mail, mail, email
    44Requires at least: 5.5
    5 Tested up to: 5.5
    6 Stable tag: 3.2.5
     5Tested up to: 6.2.2
     6Stable tag: 3.2.8
    77License: GPLv2 or later
    88
     
    5252
    5353== Changelog ==
     54
     55= 3.2.8 =
     56- Fixed XSS Vulnerability ([168](https://github.com/SparkPost/wordpress-sparkpost/pull/169))
     57
     58= 3.2.7 =
     59- Fixed CVE-2017-9841 ([168](https://github.com/SparkPost/wordpress-sparkpost/pull/168))
     60
     61= 3.2.6 =
     62- Fixed CVE-2017-9841 ([166](https://github.com/SparkPost/wordpress-sparkpost/pull/166))
    5463
    5564= 3.2.5 =
  • sparkpost/trunk/wordpress-sparkpost.php

    r2409458 r2956968  
    66Plugin URI: http://sparkpost.com/
    77Description: Send all your email from Wordpress through SparkPost, the world's most advanced email delivery service.
    8 Version: 3.2.5
     8Version: 3.2.6
    99Author: SparkPost
    1010Author URI: http://sparkpost.com
     
    1919define('WPSP_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2020define('WPSP_PLUGIN_PATH', WPSP_PLUGIN_DIR . basename(__FILE__));
    21 define('WPSP_PLUGIN_VERSION', '3.2.5');
     21define('WPSP_PLUGIN_VERSION', '3.2.6');
    2222
    2323require_once(WPSP_PLUGIN_DIR . 'sparkpost.class.php');
Note: See TracChangeset for help on using the changeset viewer.