CWE-470 - Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')
Description
The application uses external input with reflection to select which
classes or code to use, but it does not sufficiently prevent the input
from selecting improper classes or code.