This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Reviewing Flash Applications"

From OWASP
Jump to: navigation, search
Line 1: Line 1:
 
[[OWASP Code Review Guide Table of Contents]]__TOC__
 
[[OWASP Code Review Guide Table of Contents]]__TOC__
  
 +
====Flash Applications====
 +
Look for potential Flash redirect issues
  
 +
clickTAG
 +
TextField
 +
TextArea
 +
load
 +
getURL
 +
NetConnection.connect
 +
NetServices.createGatewayConnection
 +
NetSteam.play
 +
XML.send
  
 
[[SandBox Security Model]]<br>
 
[[SandBox Security Model]]<br>

Revision as of 19:50, 14 September 2008

OWASP Code Review Guide Table of Contents

Flash Applications

Look for potential Flash redirect issues

clickTAG
TextField
TextArea
load
getURL
NetConnection.connect
NetServices.createGatewayConnection
NetSteam.play
XML.send

SandBox Security Model
Permission Structure
Shared Objects
External Resources, Controlling access
Top Tips