~ubuntu-branches/ubuntu/hardy/squirrelmail/hardy-updates

« back to all changes in this revision

Viewing changes to plugins/filters/options.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2006-07-04 14:49:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060704144923-w5l1xdbivclpkmda
Tags: 2:1.4.7-1
* New upstream bugfix release.
  + Addresses some low-impact, theoretical or disputed security bugs,
    for which the code is tightened just-in-case:
    - Possible local file inclusion (Closes: #373731, CVE-2006-2842)
    - XSS in search.php (Closes: #375782, CVE-2006-3174)
  + Adds note to db-backend.txt about postgreSQL (Closes: #376605).

* Checked for standards version to 3.7.2, no changes necessary.
* Update maintainer address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *
19
19
 * Also view plugins/README.plugins for more information.
20
20
 *
21
 
 * @version $Id: options.php,v 1.26.2.11 2006/02/03 22:27:52 jervfors Exp $
 
21
 * @version $Id: options.php,v 1.26.2.12 2006/05/15 16:10:41 tokul Exp $
22
22
 * @copyright (c) 1999-2006 The SquirrelMail Project Team
23
23
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
24
24
 * @package plugins
265
265
        printf( _("If %s contains %s then move to %s"),
266
266
            '<b>'.$filters[$i]['where'].'</b>',
267
267
            '<b>'.$filters[$i]['what'].'</b>',
268
 
            '<b>'.imap_utf7_decode_local($fdr).'</b>');
 
268
            '<b>'.htmlspecialchars(imap_utf7_decode_local($fdr)).'</b>');
269
269
        echo '</td></tr>';
270
270
 
271
271
    }