diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-09-11 10:33:36 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-09-11 10:33:36 +0000 |
commit | 07efce075bd580e9bcb52b2e67b5489a1b10adde (patch) | |
tree | 6c387abecc80145db7dcc72bbb5de7c01ba7d478 /doc/security.rdoc | |
parent | 960468683f37523516e96c439c9534a6eaa37b3a (diff) |
Use https instead of http in some URLs
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/security.rdoc')
-rw-r--r-- | doc/security.rdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/security.rdoc b/doc/security.rdoc index 378699fb15..d7d6464ce1 100644 --- a/doc/security.rdoc +++ b/doc/security.rdoc @@ -7,12 +7,12 @@ 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/ -Japanese version is here: http://www.ruby-lang.org/ja/security/ +security vulnerability, at: https://www.ruby-lang.org/en/security/ +Japanese version is here: https://www.ruby-lang.org/ja/security/ Security vulnerabilities should be reported via an email to mailto:[email protected] ({the PGP public -key}[http://www.ruby-lang.org/security.asc]), which is a private mailing list. +key}[https://www.ruby-lang.org/security.asc]), which is a private mailing list. Reported problems will be published after fixes. == <code>$SAFE</code> |