Dotclear

Changeset 3547:f1486a90d72b


Ignore:
Timestamp:
06/29/17 20:04:26 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Fix potential XSS, closes #2243

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_pref.php

    r3446 r3547  
    614614                    '<p class="form-note warn">'. 
    615615                    sprintf(__('The URL of blog or the URL scan method might not be well set (<code>%s</code> return a <strong>%s</strong> status).'), 
    616                               $file,$status). 
     616                              html::escapeHTML($file),$status). 
    617617                    '</p>'; 
    618618               } else { 
     
    622622                         '<p class="form-note warn">'. 
    623623                         sprintf(__('The URL of blog or the URL scan method might not be well set (<code>%s</code> does not return an ATOM feed).'), 
    624                                    $file). 
     624                                   html::escapeHTML($file)). 
    625625                         '</p>'; 
    626626                    } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map