[Patches] [ python-Patches-440407 ] Remote execution patch for IDLE

noreply@sourceforge.net noreply@sourceforge.net
Thu, 09 Aug 2001 11:06:58 -0700


Patches item #440407, was opened at 2001-07-11 06:35
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=440407&group_id=5470

Category: IDLE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Guido van Rossum (gvanrossum)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: Remote execution patch for IDLE

Initial Comment:
This is the code I have for the remote execution
patch.  (Remote execution must be enabled with an
explicit command line argument -r.)

Caveats:

- undocumented
- slow
- security issue: the subprocess should not be the
server but the client, to prevent a hacker from gaining
access

This should apply cleanly against IDLE as currently
checked into the Python CVS tree.

I don't want to check this in yet because of the
security issue, and I don't have time to work on it. I
hope the idlefork project will pick this up though and
address the issues above.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-07-11 06:38

Message:
Logged In: YES 
user_id=6380

Uploading the patch again.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=440407&group_id=5470