diff options
author | Dmitri Shuralyov <dmitshur@golang.org> | 2018-12-10 15:32:17 -0500 |
---|---|---|
committer | Dmitri Shuralyov <dmitshur@golang.org> | 2018-12-11 00:39:03 +0000 |
commit | 56b70d98f522be3c1fed7df3d0359c913a2a1bc7 (patch) | |
tree | 22ca433f3405f9359829ae6a5bfdab97613bde76 | |
parent | f64385b720e59d0cddfe5e05e830665f6ade8083 (diff) | |
download | go-git-56b70d98f522be3c1fed7df3d0359c913a2a1bc7.tar.gz |
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 <bradfitz@golang.org>
-rw-r--r-- | doc/security.html | 2 |
1 files changed, 1 insertions, 1 deletions
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.</li> <li>Code is audited to find any potential similar problems.</li> <li>If it is determined, in consultation with the submitter, that a CVE-ID is required, the primary handler obtains one via email to -<a href="http://oss-security.openwall.org/wiki/mailing-lists/distros">oss-distros</a>.</li> +<a href="https://oss-security.openwall.org/wiki/mailing-lists/distros">oss-distros</a>.</li> <li>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.</li> <li>A notification is sent to the |