Re: tmpio.rb and taint mode

2019-12-11 Thread Eric Wong
Terry Scheingeld wrote: > tmpio.rb causes an "insecure operation" error when being run in taint > mode. This is due not to a problem in tmpio.rb but in Ruby's File > class. Here are the details on the problem and a simple workaround for > it. > > I filed this bug report in February 2018: >

tmpio.rb and taint mode

2019-12-11 Thread Terry Scheingeld
tmpio.rb causes an "insecure operation" error when being run in taint mode. This is due not to a problem in tmpio.rb but in Ruby's File class. Here are the details on the problem and a simple workaround for it. I filed this bug report in February 2018: https://bugs.ruby-lang.org/issues/14485. The