Added restrict_file_access to becommands' execute() args.
authorW. Trevor King <wking@drexel.edu>
Sat, 21 Nov 2009 20:18:02 +0000 (15:18 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 21 Nov 2009 20:18:02 +0000 (15:18 -0500)
commit614d4e40e148520ac511cbe0606bcbdcf24c8a08
tree84742af3feb5cb65b4bba6ce9a5d9854060f569b
parentbb8dd5066f730f9bb0ac0398bf9a167e9736a808
Added restrict_file_access to becommands' execute() args.

+ associated adjustments in other files.

See cmdutil.restrict_file_access.__doc__ for an explanation of the
security hole this closes.
26 files changed:
README.dev
becommands/assign.py
becommands/close.py
becommands/comment.py
becommands/commit.py
becommands/depend.py
becommands/diff.py
becommands/email_bugs.py
becommands/help.py
becommands/html.py
becommands/import_xml.py
becommands/init.py
becommands/list.py
becommands/merge.py
becommands/new.py
becommands/open.py
becommands/remove.py
becommands/set.py
becommands/severity.py
becommands/show.py
becommands/status.py
becommands/subscribe.py
becommands/tag.py
becommands/target.py
interfaces/email/interactive/be-handle-mail
libbe/cmdutil.py