[wp-trac] [WordPress Trac] #11782: improperly escaped attributes in ms-options.php
WordPress Trac
wp-trac at lists.automattic.com
Wed Jan 6 20:15:31 UTC 2010
#11782: improperly escaped attributes in ms-options.php
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner: ryan
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Security | Version: 3.0
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
We've things such as:
{{{
<input name="dashboard_blog_orig" type="hidden" id="dashboard_blog_orig"
value="<?php echo $blogname; ?>" />
}}}
they ought to use esc_attr()
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11782>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list