ruby-changes:28522
From: zzak <ko1@a...>
Date: Sat, 4 May 2013 07:21:59 +0900 (JST)
Subject: [ruby-changes:28522] zzak:r40574 (trunk): * doc/security.rdoc: Add note about reporting security vulns
zzak 2013-05-04 07:21:34 +0900 (Sat, 04 May 2013) New Revision: 40574 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40574 Log: * doc/security.rdoc: Add note about reporting security vulns Modified files: trunk/ChangeLog trunk/doc/security.rdoc Index: doc/security.rdoc =================================================================== --- doc/security.rdoc (revision 40573) +++ doc/security.rdoc (revision 40574) @@ -10,6 +10,11 @@ Please check the full list of publicly k https://github.com/ruby/ruby/blob/trunk/doc/security.rdoc#L10 security vulnerability, at: http://www.ruby-lang.org/en/security/ Japanese version is here: http://www.ruby-lang.org/ja/security/ +Security vulnerabilities should be reported via an email to +mailto:security@r... ({the PGP public +key}[http://www.ruby-lang.org/security.asc]), which is a private mailing list. +Reported problems will be published after fixes. + == <code>$SAFE</code> Ruby provides a mechanism to restrict what operations can be performed by Ruby Index: ChangeLog =================================================================== --- ChangeLog (revision 40573) +++ ChangeLog (revision 40574) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat May 4 07:20:00 2013 Zachary Scott <zachary@z...> + + * doc/security.rdoc: Add note about reporting security vulns + Sat May 4 04:13:27 2013 KOSAKI Motohiro <kosaki.motohiro@g...> * include/ruby/defines.h (RUBY_ATTR_ALLOC_SIZE): New for -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/