Opened 20 years ago
Closed 20 years ago
#1788 closed defect (bug) (fixed)
Sanitize titles!
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | high | |
| Severity: | major | Version: | 1.6 |
| Component: | Security | Keywords: | |
| Focuses: | Cc: |
Description
Post titles aren't sanitized right now. Add the following line to wp-includes/kses.php:kses_init_filters()
add_filter('title_save_pre', 'wp_filter_kses');
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [2963]) Filter title with kses. fixes #1788