in reply to Re: Vulnerabilities when editing untrusted code...
in thread Vulnerabilities when editing untrusted code... (Komodo)
This cannot be done within Perl generally as users need to execute BEGIN blocks, just not in editors.
The only remaining problem with Safe is then XS code, which might get executed at compile-time and cannot be checked for harm.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Vulnerabilities when editing untrusted code...
by BrowserUk (Patriarch) on Aug 09, 2010 at 14:42 UTC | |
by Anonymous Monk on Aug 09, 2010 at 14:53 UTC | |
|
Re^3: Vulnerabilities when editing untrusted code...
by LanX (Saint) on Aug 09, 2010 at 21:07 UTC |