Hi,
In message "Re: Sefe level: bug or feature?"
on Tue, 14 Mar 2006 00:09:15 +0900, Mathieu Bouchard <matju / artengine.ca> writes:
|> |Why cannot do eval with $SAFE=3 and can with $SAFE=4? Is it bug or
|> |feature?
|> Feature. All dangerous operation should have been disable at level 4.
|
|Why would eval still be dangerous if all other dangerous operations have
|already been disabled?
No reason. It's allowed at level 4, since it's no longer dangerous.
matz.
p.s.
Christian mentioned DoS, but I don't think it's in the issues covered
by the $SAFE level.