You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The safe_globals builtins dict in simulation.py includes __import__, making it accessible to exec'd code via __builtins__['__import__']. The AST validator blocks direct __import__() calls but not subscript access.
The
safe_globalsbuiltins dict insimulation.pyincludes__import__, making it accessible to exec'd code via__builtins__['__import__']. The AST validator blocks direct__import__()calls but not subscript access.