Menu

Commit [r11830]  Maximize  Restore  History

Security fix - execfile() is no longer used to run relax scripts.

Instead a custom function exec_script() is being used to call runpy.run_module(). exec_script()
also locks and releases the relax execution lock before and after operation.

bugman 2010-12-15

changed /1.3/prompt/interpreter.py
/1.3/prompt/interpreter.py Diff Switch to side-by-side view
Loading...