I thought to use the taint/untaint mechanisme included with ruby to enhance security in zena. I have read that using taint is not that good for the following reasons:
* It's not working on certain implementations of ruby (JRuby, IronRuby, ...) * It's a lot of work to make work (lots of tiny taint management code everywhere) I think I will just abandon this "taint" idea and continue writing careful code and tests. What do you think ? Gaspard ------- project: zena CMS (http://zenadmin.org) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

