Skip to content

Commit

Permalink
[Safe.pm] disallow slurp()
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jan 4, 2010
1 parent 4456d81 commit 8817454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Safe.pm
Expand Up @@ -28,6 +28,7 @@ module Safe {
$P1 = find_lex '$s'
$P0['run'] = $P1
$P0['open'] = $P1
$P0['slurp'] = $P1
$P0['!qx'] = $P1
null $P1
set_hll_global ['IO'], 'Socket', $P0
Expand Down

0 comments on commit 8817454

Please sign in to comment.