aboutsummaryrefslogtreecommitdiffstats
path: root/doc/security.rdoc
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-06 04:03:39 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-06 04:03:39 +0000
commitfe072cef25054cce460c92408f3f8fe9cb2b5c0d (patch)
tree629a850bfd7af85e83353328f1f9d788346b3969 /doc/security.rdoc
parenta77af99a66dc05fc7f3baacb27e4d997cc1cd036 (diff)
downloadruby-fe072cef25054cce460c92408f3f8fe9cb2b5c0d.tar.gz
* 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
Diffstat (limited to 'doc/security.rdoc')
-rw-r--r--doc/security.rdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/security.rdoc b/doc/security.rdoc
index 566920a5c1..16df93f540 100644
--- a/doc/security.rdoc
+++ b/doc/security.rdoc
@@ -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