in reply to Re: Is this actually possible?
in thread How Would I access a C++ compiler remotely through a Perl CGI Script?
Yeah, it raises the hackles here as well. So long as you didn't run the compiled code you wouldn't necessarily be exposing the compiling machine to anything in the submitted code, but that doesn't mean that the compiler itself couldn't be exploited (e.g. a buffer overrun in gcc). SSH is still the better solution.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is this actually possible?
by Spidy (Chaplain) on Oct 21, 2005 at 16:31 UTC | |
by PreferredUserName (Pilgrim) on Oct 21, 2005 at 18:22 UTC | |
|
Re^3: Is this actually possible?
by Cap'n Steve (Friar) on Oct 22, 2005 at 05:57 UTC | |
by Fletch (Bishop) on Oct 23, 2005 at 23:28 UTC |