Make WordPress Core

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: viralsampat's profile viralsampat 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)

63141.patch (7.3 KB) - added by viralsampat 5 weeks ago.
I have checked above mentioned issue and founds few files. Here, I have added its patch.
63141.2.patch (10.1 KB) - added by viralsampat 4 weeks ago.
I have checked above mentioned issue and founds few files. Here, I have added its patch.
63141.3.patch (8.9 KB) - added by viralsampat 13 days ago.
I have checked above mentioned issue and founds few files. Here, I have added its patch.

Download all attachments as: .zip

Change History (3)

@viralsampat
5 weeks ago

I have checked above mentioned issue and founds few files. Here, I have added its patch.

@viralsampat
4 weeks ago

I have checked above mentioned issue and founds few files. Here, I have added its patch.

@viralsampat
13 days ago

I have checked above mentioned issue and founds few files. Here, I have added its patch.

Note: See TracTickets for help on using tickets.