Plugin Directory

Changeset 3315303


Ignore:
Timestamp:
06/20/2025 01:33:46 PM (9 months ago)
Author:
Ickata
Message:

Fixed vulnerability issue

Location:
image-editor-by-pixo
Files:
16 added
3 edited

Legend:

Unmodified
Added
Removed
  • image-editor-by-pixo/tags/2.4-beta1/frontend.php

    r2973378 r3315303  
    4040      },
    4141      onSave : function ( image ) {
    42          if ( '<?php echo $attrs[ 'download' ] ?>' != 0 ) {
     42         if ( '<?php echo esc_attr(sanitize_text_field($attrs[ 'download' ])) ?>' != 0 ) {
    4343            image.download();
    4444         }
  • image-editor-by-pixo/trunk/frontend.php

    r3154393 r3315303  
    4040      },
    4141      onSave : function ( image ) {
    42          if ( '<?php echo $attrs[ 'download' ] ?>' != 0 ) {
     42         if ( '<?php echo esc_attr(sanitize_text_field($attrs[ 'download' ])) ?>' != 0 ) {
    4343            image.download();
    4444         }
  • image-editor-by-pixo/trunk/readme.txt

    r3276315 r3315303  
    104104
    105105== Changelog ==
     106= 2.3.7 =
     107* Fixed vulnerability issue
     108
    106109= 2.3.6 =
    107110* Fixed issue where Pixo Editor was not starting in admin (due to collision with another plugin)
Note: See TracChangeset for help on using the changeset viewer.