ruby-changes:27036
From: zzak <ko1@a...>
Date: Wed, 6 Feb 2013 13:06:12 +0900 (JST)
Subject: [ruby-changes:27036] zzak:r39088 (trunk): * doc/security.rdoc: Add link to CVEs on ruby-lang.org/en/security
zzak 2013-02-06 13:03:39 +0900 (Wed, 06 Feb 2013) New Revision: 39088 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39088 Log: * doc/security.rdoc: Add link to CVEs on ruby-lang.org/en/security Modified files: trunk/ChangeLog trunk/doc/security.rdoc Index: doc/security.rdoc =================================================================== --- doc/security.rdoc (revision 39087) +++ doc/security.rdoc (revision 39088) @@ -6,6 +6,9 @@ pitfalls often encountered by newcomers https://github.com/ruby/ruby/blob/trunk/doc/security.rdoc#L6 This document aims to discuss many of these pitfalls and provide more secure alternatives where applicable. +Please check the full list of publicly known CVEs and how to correctly report a +security vulnerability, at: http://www.ruby-lang.org/en/security/ + == <code>$SAFE</code> Ruby provides a mechanism to restrict what operations can be performed by Ruby Index: ChangeLog =================================================================== --- ChangeLog (revision 39087) +++ ChangeLog (revision 39088) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Feb 6 13:03:00 2013 Zachary Scott <zachary@z...> + + * doc/security.rdoc: Add link to CVEs on ruby-lang.org/en/security + Wed Feb 6 12:49:00 2013 Zachary Scott <zachary@z...> * NEWS: Add note about removal of CSV::load and CSV::dump from r39077 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/