mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* doc/security.rdoc: Add link to CVEs on ruby-lang.org/en/security
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a77af99a66
commit
fe072cef25
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Feb 6 13:03:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* doc/security.rdoc: Add link to CVEs on ruby-lang.org/en/security
|
||||
|
||||
Wed Feb 6 12:49:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* NEWS: Add note about removal of CSV::load and CSV::dump from r39077
|
||||
|
|
|
@ -6,6 +6,9 @@ pitfalls often encountered by newcomers and experienced Rubyists alike.
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue