Section
4.2.4
General
Avoid or pre-compile interpreted code if possible and then disable all interpreters on deployed servers. If not feasible, ensure there are no file upload flaws and carefully validate all input to interpreted pages.
Coldfusion
On the ColdFusion server, under Server Settings > Caching, Enable Trusted cache in production environments. When enabled, ColdFusion will only serve requested templates held in its memory cache. This provides performance gains but also prevents ColdFusion from running hacked or invalid templates.
Natural Webagent
This is possible in Natural, but it's unlikely this will apply to your system.