| Adobe AIR 1.5(Not your version?) |
|
|
Security: a shared responsibilityUltimately, RIA security rests with everyone involved in the application life cycle. End users trust the developer to adhere to best practices and standards. Aside from recommended development methodologies, security for AIR applications begins with installation on the user’s computer:
Responding to any security concern ultimately adds to the developer’s burden. However, the AIR security model attempts to reduce the complexity of writing and maintaining secure code. Refer to the AIR developer documentation for a list of best practices. Among others, these include limiting the use of external files to those which are necessary, not using data from network sources for certain operations, and so on. |