Opened 16 months ago
Last modified 16 months ago
#58511 new defect (bug)
Escaping function missing in wp-trackback.php
Reported by: | utsav72640 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Pings/Trackbacks | Keywords: | has-patch needs-refresh |
Focuses: | coding-standards | Cc: |
Description
Escaping function missing in wp-trackback.php file.
Attachments (2)
Change History (6)
#2
@
16 months 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.
Note: See
TracTickets for help on using
tickets.
wp-trackback.php