Dotclear


Ignore:
Timestamp:
10/22/15 14:42:12 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.8
Message:

Fix minor XSS, thanks Tim Coen for report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/comments.php

    r3053 r3121  
    271271     form::hidden(array('sortby'),$sortby). 
    272272     form::hidden(array('order'),$order). 
    273      form::hidden(array('author'),preg_replace('/%/','%%',$author)). 
     273     form::hidden(array('author'),html::escapeHTML(preg_replace('/%/','%%',$author))). 
    274274     form::hidden(array('status'),$status). 
    275275     form::hidden(array('ip'),preg_replace('/%/','%%',$ip)). 
Note: See TracChangeset for help on using the changeset viewer.

Sites map