Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby/Rails security alerts

How do Ruby developers keep updated on ruby and rubygem security alerts and updates?. I found out about this today:

https://support.cloud.engineyard.com/entries/22915701-january-14-2013-security-vulnerabilities-httparty-extlib-crack-nori-update-these-gems-immediately

and wonder how developers usually keep up with these types of alerts. Thanks in advance.

like image 384
Joe Gutierrez Avatar asked Jan 18 '13 20:01

Joe Gutierrez


2 Answers

For Rails, just register for email updates in the Rails security google group :

https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-security

like image 74
Anthony Alberto Avatar answered Oct 13 '22 04:10

Anthony Alberto


The Ruby Security Announcements list is specifically for security issues in Ruby and Rubygems.

like image 44
indirect Avatar answered Oct 13 '22 05:10

indirect