#58182 closed enhancement (fixed)
Use esc_url in default_password_nag()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.3 | Priority: | normal |
| Severity: | normal | Version: | 2.8 |
| Component: | Users | Keywords: | has-patch commit |
| Focuses: | coding-standards | Cc: |
Description
esc_url missing on wp-admin/includes/user.php file
Attachments (1)
Change History (9)
#1
@
3 years ago
Also I have added in git a new pull request can you please check and let me know if there are any changes or not.
#3
@
3 years ago
- Keywords has-patch added; dev-feedback removed
- Milestone changed from Awaiting Review to 6.3
- Summary changed from esc_url missing on wp-admin/includes/user.php file to Use esc_url in default_password_nag()
- Type changed from defect (bug) to enhancement
- Version changed from 6.2 to 2.8
#4
@
3 years ago
Hi there!
Thanks for ticket and PR! PR look good to me and approved.
@SergeyBiryukov can you please take a look.
#5
@
3 years ago
- Component changed from General to Users
- Keywords commit added
Hello and thanks for the ticket and patch,
As the result of get_edit_profile_url() can be filtered, let's escape it properly.
This ticket was mentioned in PR #4372 on WordPress/wordpress-develop by utsavtilava.
3 years ago
#6
esc_url missing on wp-admin/includes/user.php file
EDIT by @audrasjb: trac ticket: https://core.trac.wordpress.org/ticket/58182
#7
@
3 years ago
- Owner set to audrasjb
- Resolution set to fixed
- Status changed from new to closed
In 55682:
@audrasjb commented on PR #4372:
3 years ago
#8
Committed in https://core.trac.wordpress.org/changeset/55682
Note: See
TracTickets for help on using
tickets.
esc_url missing on wp-admin/includes/user.php file