diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-28 03:23:45 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-28 03:23:45 +0000 |
commit | f812a825ad11ccc7750b0eabdad6859d214a048a (patch) | |
tree | 51195ab5b1adb23e9418454eaf4d4a4a831e8a45 /ext | |
parent | 223d223e3ab08f1d7e6a01bd41226df3e740b14a (diff) | |
download | perl-f812a825ad11ccc7750b0eabdad6859d214a048a.tar.gz |
Re: glob in Safe compartment allows shell access
I've moved the glob op into the same opcode tag as backticks and system
and added a comment.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Opcode/Opcode.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index c2dd4143ad..1714c48125 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -393,8 +393,6 @@ These are a hotchpotch of opcodes still waiting to be considered bless -- could be used to change ownership of objects (reblessing) - glob - pushre regcmaybe regcomp subst substcont sprintf prtf -- can core dump @@ -495,6 +493,8 @@ information about your system but not be able to change it. wait waitpid + glob -- access to Cshell via <`rm *`> + =item :ownprocess exec exit kill |