From 07efce075bd580e9bcb52b2e67b5489a1b10adde Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 11 Sep 2016 10:33:36 +0000 Subject: 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 --- doc/security.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/security.rdoc') 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:security@ruby-lang.org ({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. == $SAFE -- cgit v1.2.3