Plugin Directory

Changeset 2884200


Ignore:
Timestamp:
03/21/2023 11:20:44 AM (3 years ago)
Author:
userlike
Message:

Fix potential XSS in admin page

Location:
userlike/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • userlike/trunk/readme.txt

    r2826362 r2884200  
    44Requires at least: 3.3
    55Tested up to: 6.1.1
    6 Stable tag: 2.2
     6Stable tag: 2.3
    77
    88Free live chat plugin to chat with the visitors of your website. Integrate a beautiful and fully customizable chat box. Hosted in Europe.
     
    9797== Changelog ==
    9898
     99= 2.3 =
     100* Fix potential XSS within admin page
     101
    99102= 2.2 =
    100103* Update tested version and readme
  • userlike/trunk/userlike.admin.php

    r2198782 r2884200  
    1313                                    <label for="userlike_secret"><?php echo __('Your Userlike Secret', 'userlike') ?></label><br />
    1414
    15                                     <input type="text" name="userlike_secret" value="<?php echo get_option('userlike_secret'); ?>" style="width:100%" />
     15                                    <input type="text" name="userlike_secret" value="<?php echo esc_attr(get_option('userlike_secret')); ?>" style="width:100%" />
    1616                                </p>
    1717                                <p class="submit">
  • userlike/trunk/userlike.php

    r2198782 r2884200  
    44Plugin URI: https://www.userlike.com
    55Description: Userlike Live Chat integration for Wordpress
    6 Version: 2.1
     6Version: 2.3
    77Author: David Voswinkel <david.voswinkel@userlike.com>
    88Author URI: https://www.userlike.com
Note: See TracChangeset for help on using the changeset viewer.