[#964] Bastion or SecurityManager for Ruby? — Clemens Hintze <clemens.hintze@...>

Hi,

15 messages 1999/12/10

[#989] a question about to_i — Friedrich Dominicus <Friedrich.Dominicus@...>

Sorry, I'm quite new to ruby. But I encounterd the following problem. If

17 messages 1999/12/19

[ruby-talk:00985] Re: -T2 and require

From: matz@... (Yukihiro Matsumoto)
Date: 1999-12-17 18:56:23 UTC
List: ruby-talk #985
In message "[ruby-talk:00984] -T2 and require"
    on 99/12/16, ts <decoux@moulon.inra.fr> writes:

| Apparently the last component of rb_load_path is not checked (or the check
|is ignored) in mode -T2.  In the following example, I must use RUBYLIB to
|force a check on "."

If the path contains the relative path, security check should have
done by its absolute path.  I fixed them at my copy of Ruby 1.5.0.
After checking it for a while, the fix will be merged into 1.4.4.

							matz.

In This Thread