Live data from Hacker News

While we're on the subject of Rails security, should this be of concern?

github.com

1–10 of 13 posts

Re: While we're on the subject of Rails security, should this be of concern?

#8
post #2

I presume this is not strictly a Rails problem. You can check in things that shouldn't be checked in with any language/framework. If you have done this, here's how to fix it: http://help.github.com/remove-sensitive-data/

Better is to change your security token and expire all sessions. Removing sensitive data should be seen as just a suggestion. Google never forgets.

Re: While we're on the subject of Rails security, should this be of concern?

#9
This is not a language/framework based issue. This is an issue with careless and/or uneducated developers.

This is like people storing plain text passwords in publicly readable txt files on a server. It's not a problem with FTP, HTML, Apache (pick anything you'd like) it's a problem with people making poor decisions.

Post reply on HN