[wp-trac] [WordPress Trac] #57165: Add escaping in widget archives page
WordPress Trac
noreply at wordpress.org
Mon Nov 21 13:16:58 UTC 2022
#57165: Add escaping in widget archives page
--------------------------+-----------------------------
Reporter: jaedm97 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: trunk
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
In the widget `class-wp-widget-archives.php`, there is a missing escaping
of `$title;`, Here is the code -
{{{
<label class="screen-reader-text" for="<?php echo esc_attr( $dropdown_id
); ?>"><?php echo $title; ?></label>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57165>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list