Plugin Directory

Changeset 3297573


Ignore:
Timestamp:
05/20/2025 05:28:08 PM (10 months ago)
Author:
reader87
Message:

Security vulnerability issues fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dominion-domain-checker-wpbakery-addon/trunk/modules/domain_search/domain_search_6/doamin_search_shortcodes.php

    r3196347 r3297573  
    11<?php
    2 
    32/******************
    43Domain Search - 6
     
    2019    'sub_title_font_size' => '',
    2120    'sub_title_font_weight' => '', 
    22     'sub_title_line_height' => '', 
    23     'title' => '',
     21    'sub_title_line_height' => '',
    2422    'sub_title' => '',
    2523    'search_pholder' => '',
     
    108106    if($text!=''){
    109107    $output .= '
    110        <p class="ft_text">'.$text.'</p>';
     108       <p class="ft_text">'.esc_textarea( $text ).'</p>';
    111109    }
    112110     $output .= ' 
     
    144142                $output .='<input id="searchsubmit_domain_search_6" value="'.esc_attr( $button_label ).'" type="submit" />';
    145143               
    146                 $output .= $enable_recaptcha;
     144                $output .= esc_attr( $enable_recaptcha );
    147145                $output .='
    148146    </form>
Note: See TracChangeset for help on using the changeset viewer.