5.2.4 The use of eval() or other dynamic code execution features are avoidedΒΆ

Verify that the application avoids the use of eval() or other dynamic code execution features. Where there is no alternative, any user input being included must be sanitized or sandboxed before being executed.

Level 1 X
Level 2 X
Level 3 X
CWE NIST
95