Agility.js and JSON Security concerns...

75 views
Skip to first unread message

Pouledodue

unread,
Sep 10, 2012, 7:42:49 PM9/10/12
to agil...@googlegroups.com
Hello,

I posted earlier about the possibility of using Agility with JSON data source
with a "root property". I see there is security concerns with JSON objects at 
top-level (see http://flask.pocoo.org/docs/security/ in section "JSON Security")
What are the risks of being hacked like that, and do you think Agility should
support "root properties" ?

From my original post at

================================ 

    "data": <------------- "root property" that we cannot use with Agility
    [ 
       { 
            "name": "John", 
            "stmp": 1333105200 
        }, 
       { 
            "name": "Jane", 
            "stmp": 1333105200 
        } 
    ], 
    "success": true 


============================================
Reply all
Reply to author
Forward
0 new messages