While we're on the subject of Rails security, should this be of concern?
1–10 of 13 posts
Re: While we're on the subject of Rails security, should this be of concern?
#2You 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/
Re: While we're on the subject of Rails security, should this be of concern?
#3Re: While we're on the subject of Rails security, should this be of concern?
#4Re: While we're on the subject of Rails security, should this be of concern?
#5Re: While we're on the subject of Rails security, should this be of concern?
#6Re: While we're on the subject of Rails security, should this be of concern?
#7https://github.com/search?q=FB_SECRET&repo=&langOver...
Not really a "vulnerability" because you can't keep stupid people from giving out their secret key.
Re: While we're on the subject of Rails security, should this be of concern?
#8I 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/
Re: While we're on the subject of Rails security, should this be of concern?
#9This 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.