Opened 14 years ago

Closed 13 years ago

#5124 closed bug (fixed)

Ensure all PHP scripts for demos/tests properly escape/filter input data

Reported by: Scott González Owned by:
Priority: blocker Milestone: 1.9.0
Component: [meta] ui.dev Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:

Description


Change History (3)

comment:1 Changed 13 years ago by Scott González

Milestone: 1.next1.9
Priority: criticalblocker

comment:2 Changed 13 years ago by Corey Frang

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 13 years ago by Corey Frang

Resolution: fixed
Status: newclosed

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.