From 56b70d98f522be3c1fed7df3d0359c913a2a1bc7 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Mon, 10 Dec 2018 15:32:17 -0500 Subject: [PATCH] doc: use https scheme in oss-distros link The https scheme is supported, and should be used per best practices. The previous http link redirected to https: $ curl -i 'http://oss-security.openwall.org/wiki/mailing-lists/distros' HTTP/1.1 302 Moved Temporarily Location: https://oss-security.openwall.org/wiki/mailing-lists/distros Change-Id: I857b93eeec45996d6dc05dbf7532d1759bf4d447 Reviewed-on: https://go-review.googlesource.com/c/153457 Reviewed-by: Brad Fitzpatrick --- doc/security.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/security.html b/doc/security.html index c305ae03c1..b334963222 100644 --- a/doc/security.html +++ b/doc/security.html @@ -70,7 +70,7 @@ This person coordinates the fix and release process.
  • Code is audited to find any potential similar problems.
  • If it is determined, in consultation with the submitter, that a CVE-ID is required, the primary handler obtains one via email to -oss-distros.
  • +oss-distros.
  • Fixes are prepared for the two most recent major releases and the head/master revision. These fixes are not yet committed to the public repository.
  • A notification is sent to the -- 2.50.0