|
|
Choosing A Webhost: |
cvs: pearweb / package.php /templates/bugs patchdisplay.php: msg#00062php.pear.core
mj Sat Mar 10 18:47:50 2007 UTC Modified files: /pearweb package.php /pearweb/templates/bugs patchdisplay.php Log: * Fix Bug #10323: HTML special characters not escaped in patch output http://cvs.php.net/viewvc.cgi/pearweb/package.php?r1=1.124&r2=1.125&diff_format=u Index: pearweb/package.php diff -u pearweb/package.php:1.124 pearweb/package.php:1.125 --- pearweb/package.php:1.124 Sat Mar 10 18:41:06 2007 +++ pearweb/package.php Sat Mar 10 18:47:50 2007 @@ -21,6 +21,7 @@ $a->setNotes(' * Fix Bug #10318: Don\'t send remainders for Spam bugs * Fix Bug #10319: Wrong ID in links for Documentation bugs + * Fix Bug #10323: HTML special characters not escaped in patch output '); $a->resetUsesrole(); $a->addUsesRole('web', 'Role_Web', 'pearified.com'); http://cvs.php.net/viewvc.cgi/pearweb/templates/bugs/patchdisplay.php?r1=1.2&r2=1.3&diff_format=u Index: pearweb/templates/bugs/patchdisplay.php diff -u pearweb/templates/bugs/patchdisplay.php:1.2 pearweb/templates/bugs/patchdisplay.php:1.3 --- pearweb/templates/bugs/patchdisplay.php:1.2 Sun Feb 25 19:14:12 2007 +++ pearweb/templates/bugs/patchdisplay.php Sat Mar 10 18:47:50 2007 @@ -12,6 +12,6 @@ <?php endforeach; //foreach ($revisions as $i => $revision) ?> <h3>Developer: <a href="/user/<?php echo $handle ?>"><?php echo $handle ?></a></h3> <pre> -<?php echo $patchcontents ?> +<?php echo htmlentities($patchcontents) ?> </pre> <?php response_footer(); \ No newline at end of file
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pearweb / package.php /cron bug-summary.php, Martin Jansen |
|---|---|
| Next by Date: | cvs: pearweb / package.php /public_html/bugs bug.php, Martin Jansen |
| Previous by Thread: | cvs: pearweb / package.php, Martin Jansen |
| Next by Thread: | cvs: pearweb / package.php /public_html/bugs bug.php, Martin Jansen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |