Ruby on Rails Security Project

Exploring the Security of Rails and friends.

Ruby on Rails Security Project header image 4

Entries from September 2007

Plugins merged and Ruby’s Net::HTTPS

September 29th, 2007 · No Comments

Good news: The csrf_killer plugin has been merged by Rick for Rails 2.0, so it is available in the current trunk. Go here for the changeset, and here for some documentation.
Furthermore, the insecure text helper methods strip_links, strip_tags and sanitize have been updated, mostly to strip nested tags. Still, I don't recommend using them, as […]

[Read more →]

Tags: Rails · XSS and Rails

Ruby on Rails Security Cheatsheet

September 24th, 2007 · No Comments

I'm back from the Rails Conference Europe in Berlin. I realize that a 45 minute talk is hardly enough to tell everything which is important to say about Rails security. Moreover, you will never get the level right in a talk about security (or generally): There are Rails newbies, everyday-programmers and even security experts.
Anyway, I […]

[Read more →]

Tags: General