Opened 18 months ago
Closed 5 months ago
#7692 closed defect (bug) (fixed)
Missing Escaping, Strict Check, and PHPCS Issues in Multiple Files of jobs.wordpress.net
| Reported by: |
|
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 (9)
This ticket was mentioned in PR #340 on WordPress/wordpress.org by @deepakrohilla.
18 months ago
#1
- Keywords has-patch added; needs-patch removed
This ticket was mentioned in Slack in #meta by dufresnesteven. View the logs.
18 months ago
This ticket was mentioned in PR #341 on WordPress/wordpress.org by @narenin.
18 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.