Opened 5 weeks ago
#63141 new defect (bug)
Getting Detected usage of a non-sanitized input variable error into the WordPress core files.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | dev-feedback needs-testing |
Focuses: | coding-standards | Cc: |
Description
Hello Team,
I have checked wp-admin WordPress core files and I have found this "Detected usage of a non-sanitized input variable" error for few files.
Here, I have listed files:
src/wp-admin/includes/class-wp-ms-sites-list-table.php
src/wp-admin/includes/class-wp-privacy-requests-table.php
src/wp-admin/includes/class-wp-terms-list-table.php
src/wp-admin/includes/class-wp-theme-install-list-table.php
src/wp-admin/includes/class-wp-themes-list-table.php
src/wp-admin/includes/class-wp-users-list-table.php
src/wp-admin/includes/post.php
I have tested this into the WordPress 6.8-beta1.
Thanks,
Attachments (3)
Change History (3)
Note: See
TracTickets for help on using
tickets.
I have checked above mentioned issue and founds few files. Here, I have added its patch.