There was a security exploit where components could use eval to escape their context and execute code on the registry. This is because by default, code in VM will have access to eval even if it's not explicitly passed. This explicitly sets it as undefined so is not possible to do it anymore.
There was a security exploit where components could use
eval
to escape their context and execute code on the registry. This is because by default, code in VM will have access to eval even if it's not explicitly passed. This explicitly sets it as undefined so is not possible to do it anymore.