#54748 closed defect (bug) (invalid)
Data Sanitizing Issue in wp-signup.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Users | Keywords: | has-patch |
Focuses: | Cc: |
Description
Hello WordPress Team,
I have seen that WordPress have issue in the Data Sanitinzing.
Envato has those standards for escaping, and validation. See the Data Sanitinzing link: https://developer.wordpress.org/themes/theme-security/data-sanitization-escaping/
In the WordPress 5.9 Beta Version. There is a Data Sanitinzing issue in file "wp-signup.php" in root folder. See the issue in the below screenshot.
https://prnt.sc/264e1mm
Kindly take a look on my request and fix it.
Thank you!
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Hi @shyamavadukar, thanks for opening this ticket and welcome to Trac!
These values are passed to wpmu_validate_user_signup(), which performs the sanitization using sanitize_user() and sanitize_email().