Opened 3 months ago
Last modified 3 months ago
#7692 assigned defect (bug)
Missing Escaping, Strict Check, and PHPCS Issues in Multiple Files of jobs.wordpress.net
Reported by: | deepakrohilla | Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | Jobs (jobs.wordpress.net) | Keywords: | has-patch |
Cc: |
Description
In multiple files strict check , escaping and alignment, phpcs issue found.
Needs to be fixed instances where data output lacks proper escaping especially in areas handling user-generated or dynamic content.
Attachments (3)
Change History (8)
This ticket was mentioned in PR #340 on WordPress/wordpress.org by @deepakrohilla.
3 months ago
#1
- Keywords has-patch added; needs-patch removed
This ticket was mentioned in Slack in #meta by dufresnesteven. View the logs.
3 months ago
This ticket was mentioned in PR #341 on WordPress/wordpress.org by @narenin.
3 months ago
#5
Note: See
TracTickets for help on using
tickets.
Strict checks are not always required, loose comparisons are often better in non-security scenarios. Marking as low-priority.