Eval-functions
ID | SECURITY-1 |
Title | Do not use the built-in eval . Minimize the use of feval , evalin and evalc . |
Priority | Mandatory |
Severity level | 3 |
Description | Do not use the built-in eval . Minimize the use of feval , evalin and evalc . |
Rationale | These functions can have harmful results and statements using them are usually difficult to read and maintain. Additionally, it may be overlooked when variables are defined or altered by calls to these functions. |