From: stesch@... (Stefan Scholl) Date: 2001-10-15T01:23:44+09:00 Subject: [ruby-talk:22517] Re: cgi parameters not tainted? On 2001-10-14 13:52:07Z, ts wrote: > When MOD_RUBY is defined, cgi.rb don't use ENV['QUERY_STRING'] but call > Apache::request.args defined by mod_ruby, which seems to return a non > tainted string (apachelib.h) > > #define CSTR2OBJ(s) ((s) ? rb_str_new2(s) : Qnil) Oops, http://www.modruby.net/doc/faq.en.html#label:5 and http://www.modruby.net/doc/faq.en.html#label:12