APEX Security Checklist
APEX Security Checklist
Application Settings
— Ensure Logging is enabled
— Ensure Debugging is disabled
— Set Compatibility Mode to most recent version
— Set Build Status to Run Only
— Create an incorporate an Error Handling function
Security Settings
—set an application-level Authorization Scheme
— Configure Session Timeout and Idle Timeout
— Enable and Configure Session State Protection
— Set Allow Frames to Disabled or Same Site Only
— Disable Browser Cache
— Set Escaping Mode to Extended
— Set Re-join Sessions accordingly
— Disable Runtime API Usage
* Never disable escaping on columns
— When you do, be sure you know where the data is coming from or escape it
with APEX_ESCAPE