Plugin Directory

Changeset 2718709


Ignore:
Timestamp:
05/05/2022 04:21:12 PM (4 years ago)
Author:
era404
Message:

Another security patch for admin pager, as suggested by Erwan Le Rousseau (thank you);

Location:
stafflist/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stafflist/trunk/readme.txt

    r2717317 r2718709  
    103103
    104104== Changelog ==
     105
     106= 3.1.7 =
     107* Another security patch for admin pager, as suggested by Erwan Le Rousseau (thank you);
     108
    105109= 3.1.6 =
    106110* Added wp_nonce_url and check_admin_referer to admin delete record feature to defend against CSRF, as suggested by Hassan Khan Yusufzai (thank you);
  • stafflist/trunk/stafflist.php

    r2717317 r2718709  
    44Plugin URI: http://wordpress.org/plugins/stafflist/
    55Description: A super simplified staff directory tool
    6 Version: 3.1.6
     6Version: 3.1.7
    77Author: era404
    88Author URI: http://www.era404.com
     
    289289
    290290    global  $stafflisturl;
    291             $stafflisturl = STAFFLIST_URL . ($w ? "&search={$w}" : "") . ($s ? "&s={$s}" : "");
     291            $stafflisturl = STAFFLIST_URL . ($w ? "&search=".esc_attr($w) : "") . ($s ? "&s=".esc_attr($s) : "");
    292292    echo renderAdminPager($pg);
    293293   
Note: See TracChangeset for help on using the changeset viewer.