Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.41 KB

ExecuteExternalCodeInCommonModule.md

File metadata and controls

19 lines (12 loc) · 1.41 KB

Executing of external code in a common module on the server (ExecuteExternalCodeInCommonModule)

Description

When you develop applications, note that not only execution of a code written in the Enterprise mode is unsafe, but also places, where the Execute or Eval methods are used to execute the code created based on parameters passed to server functions and procedures.
If the execution of arbitrary code Is necessary then it has to be preliminarily checked.

This restriction is not applicable to the code being executed on the client.

Examples

Sources