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 "Application Express (ApEx)"
(Added two external references to books that have been authored on the subject of Oracle Application Express security.) |
|||
Line 15: | Line 15: | ||
== References == | == References == | ||
* [1] [http://www.oracle.com/technology/products/database/application_express/html/what_is_apex.html Official Oracle ApEx website] | * [1] [http://www.oracle.com/technology/products/database/application_express/html/what_is_apex.html Official Oracle ApEx website] | ||
+ | |||
+ | === External Resources === | ||
+ | |||
+ | There have been two books written specifically about Oracle APEX and security, both released in 2013. | ||
+ | |||
+ | [1] [http://www.amazon.com/Application-Express-Security-Experts-ebook/dp/B00ACC6AO6/ Expert Oracle Application Express Security]<br> | ||
+ | [2] [http://www.amazon.com/Hands-On-Application-Express-Security-ebook/dp/B00CIBNS4E/ Hands-On Oracle Application Express Security: Building Secure Apex Applications] | ||
[[Category:OWASP Oracle Project]] | [[Category:OWASP Oracle Project]] | ||
[[Category:Development]] | [[Category:Development]] |
Revision as of 15:21, 11 September 2013
Oracle Application Express (Oracle APEX), formerly called HTML DB, is a rapid web application development tool for the Oracle database. Using only a web browser and limited programming experience, you can develop and deploy professional applications that are both fast and secure. Oracle application express combines the qualities of a personal database, productivity, ease of use, and flexibility with the qualities of an enterprise database, security, integrity, scalability, availability and built for the web. Application Express is a tool to build web-based applications and the application development environment is also conveniently web-based.
A more generic description is needed, this is a copy from the Oracle ApEx Site
- ApEx:XSS
- ApEx:SQL injection
- ApEx:URL Tampering
- ApEx:Authentication
- ApEx:Authorization Schemes
- ApEx:Defence in depth
- ApEx:Configuration
- ApEx:Google dorks
- ApEx:Architecture
References
External Resources
There have been two books written specifically about Oracle APEX and security, both released in 2013.
[1] Expert Oracle Application Express Security
[2] Hands-On Oracle Application Express Security: Building Secure Apex Applications