Ticket #5124 (closed bug: fixed)
Ensure all PHP scripts for demos/tests properly escape/filter input data
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.9.0 |
| Component: | [meta] ui.dev | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Change History
comment:1 Changed 3 years ago by scott.gonzalez
- Priority changed from critical to blocker
- Milestone changed from 1.next to 1.9
comment:2 Changed 2 years ago by gnarf
I'm gonna run through all of the php and see if we can't pretty it up a bit too. There are a few places where E_NOTICE errors are gonna get run because you don't check for the pressence of a key before trying to access it (boo php) etc.
comment:3 Changed 2 years ago by gnarf
- Status changed from new to closed
- Resolution set to fixed
Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data.
Changeset: 51482a9d6585246108b696f1875d1b9c4f5e422e
Note: See
TracTickets for help on using
tickets.

