Opened 3 years ago
Closed 4 months ago
#58511 closed defect (bug) (fixed)
Escaping function missing in wp-trackback.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Pings/Trackbacks | Keywords: | has-patch |
| Focuses: | coding-standards | Cc: |
Description
Escaping function missing in wp-trackback.php file.
Attachments (2)
Change History (9)
#2
@
3 years ago
- Keywords needs-refresh added
- Version 6.2.2 deleted
Hi there! thanks for ticket and patch.
The core use sanitize_text_field( wp_unslash( $_POST[''] ) ); instead of what you propose in your patch.
#3
@
3 years ago
Thank you for sharing the details, @mukesh27. I have attached a new patch. Could you please review it and let me know if any changes. Thanks!!!
This ticket was mentioned in PR #9387 on WordPress/wordpress-develop by @dhruvang21.
4 months ago
#5
- Keywords needs-refresh removed
Note: See
TracTickets for help on using
tickets.
wp-trackback.php