From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Call for volunteer(s) for Guix "security" web page Date: Sun, 25 Sep 2016 18:52:48 -0400 Message-ID: <20160925225248.GA13131@jasmine> References: <20160916161458.GA17780@jasmine> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lMM8JwqTlfDpEaS6" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boIIB-0003cZ-JR for guix-devel@gnu.org; Sun, 25 Sep 2016 18:53:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boII7-0007pu-FU for guix-devel@gnu.org; Sun, 25 Sep 2016 18:53:03 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:60310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boII5-0007o3-5A for guix-devel@gnu.org; Sun, 25 Sep 2016 18:52:59 -0400 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id EA0D3CCEB0 for ; Sun, 25 Sep 2016 18:52:49 -0400 (EDT) Content-Disposition: inline In-Reply-To: <20160916161458.GA17780@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --lMM8JwqTlfDpEaS6 Content-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+" Content-Disposition: inline --NMuMz9nt05w80d4+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 16, 2016 at 12:14:58PM -0400, Leo Famulari wrote: > Hello! >=20 > GNU Guix should make it easier for bug reporters to contact us to report > issues in Guix and Guix packages. >=20 > So, we'd like to add a short "Security" page to our web site [0]. This > page should: >=20 > 1) Explain how to contact us privately about security issues [1], >=20 > 2) Describe the Guix release signing key [2], >=20 > 3) And include a link to the security updates section of the manual [3]. I've attached my first draft of this page. This patch is for guix-artwork.git. Please give me your feedback. I'm specifically unsure of what to say about the signing key. Should we recommend that users get it from a certain place? Should we provide the public key itself on this page? --NMuMz9nt05w80d4+ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: attachment; filename="0001-www-security-New-page.patch" Content-Transfer-Encoding: quoted-printable =46rom 30699a5a8de5ac09c6fbba93be6b88a1d77bc039 Mon Sep 17 00:00:00 2001 =46rom: Leo Famulari Date: Sun, 25 Sep 2016 18:43:28 -0400 Subject: [PATCH] www: security: New page. * website/www/security.scm: New file. * website/www.scm (%web-pages): Add security-page. * website/www/shared.scm (html-page-links): Add "Security". --- website/www.scm | 2 ++ website/www/security.scm | 49 ++++++++++++++++++++++++++++++++++++++++++++= ++++ website/www/shared.scm | 1 + 3 files changed, 52 insertions(+) create mode 100644 website/www/security.scm diff --git a/website/www.scm b/website/www.scm index f0465eb..244830b 100644 --- a/website/www.scm +++ b/website/www.scm @@ -28,6 +28,7 @@ #:use-module (www about) #:use-module (www contribute) #:use-module (www help) + #:use-module (www security) #:use-module (sxml simple) #:use-module (sxml match) #:use-module (web client) @@ -335,6 +336,7 @@ Distribution.") ("donate/index.html" ,donate-page) ("download/index.html" ,download-page) ("help/index.html" ,help-page) + ("security/index.html" ,security-page) ;; ("packages/index.html" ,packages-page) ; Need Guix ;; ("packages/issues.html" ,issues-page) )) diff --git a/website/www/security.scm b/website/www/security.scm new file mode 100644 index 0000000..09e9748 --- /dev/null +++ b/website/www/security.scm @@ -0,0 +1,49 @@ +;;; GuixSD website --- GNU's advanced distro website +;;; Copyright =A9 2016 Leo Famulari +;;; +;;; This file is part of GuixSD website. +;;; +;;; GuixSD website is free software; you can redistribute it and/or modify= it +;;; under the terms of the GNU Affero General Public License as published = by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GuixSD website is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU Affero General Public License for more details. +;;; +;;; You should have received a copy of the GNU Affero General Public Licen= se +;;; along with GuixSD website. If not, see . + +(define-module (www security) + #:use-module (www utils) + #:use-module (www shared) + #:export (security-page)) + +(define (security-page) + `(html (@ (lang "en")) + ,(html-page-header "Security") + ,(html-page-links) + (div (@ (id "content-box")) + (article + (h1 "Security") + (h2 "How to report security issues") + (p "To report sensitive security issues in Guix itself or t= he packages it " + "provides, you can write to the private mailing list " + (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix= -security")) + ("guix-security@gnu.org")) + ". This list is monitored by a small team of Guix " + "developers.") + (h2 "Release signatures") + (p "Releases of Guix and GuixSD are signed using the OpenPG= P " + "key with the fingerprint " + "3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5. " + "This key can be obtained from XXX.") + (h2 "Security updates") + (p "When security vulnerabilities are found in Guix or the " + "packages provided by Guix, we will provide " + (a (@ (href ,(base-url "manual/html_node/Security-Update= s.html"))) + "security updates") + " quickly and with minimal disruption for users.") + ,(html-page-footer))))) diff --git a/website/www/shared.scm b/website/www/shared.scm index ed864ef..04be0f4 100644 --- a/website/www/shared.scm +++ b/website/www/shared.scm @@ -88,6 +88,7 @@ Functional package management,"))) ;; Note: valid only if `packages-page' is exported. (li (a (@ (href ,(base-url "packages"))) "Packages")) (li (a (@ (href ,(base-url "help"))) "Help")) + (li (a (@ (href ,(base-url "security"))) "Security")) (li (a (@ (href ,(base-url "contribute"))) "Contribute")) (li (a (@ (href ,(base-url "donate"))) "Donate")) (li (a (@ (href ,(base-url "about"))) "About"))))) --=20 2.10.0 --NMuMz9nt05w80d4+-- --lMM8JwqTlfDpEaS6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJX6FU9AAoJECZG+jC6yn8I4eoQANZ3lJ+PzoCdllaw5kFOd0jv Xgi3/gNb5+J4c65bYYBTCTjqyRg64jbaD+3Na3ND3p9+9ZFVsBJME3XN6j4a0/wW 4HUZUB2C9/c/sp1lv68q7TzZAqpXRZ9PmST2P0K1iH2z0wCavG4pa92dJq5T2nsS FPY2A44DjNSbxHV1ifFycg56zMtW15CUb4B7gNbdc7ArcHg12k5SfknL6kpSq0Iy g7zpZlwM9GYZxQ/tCN320HrZxWnaknxjnj+6Z8i22QcAzAbwQ8Iocf0VKanOW9ff Yd0zA8YPRmLVCmk2q3mxTM63yDjLm24s7AjL1yV5mdIAr//sw5MWZ3LmdQAXX/49 4Rfiq1KGdopGGsvycdjqdLwIaRHPanOpQGl4IvQuMntHxVZEGvECDfGkvBghr8xb DCymixk+0djFqcwKSyJw7fIvBtwP0t/uD3/CgJYczxX6NpSxxy/w+1ruoIDQG7B1 eQkBc68ao37r2ZMe0dVsu3Z/F7Vhz4klZbqP/yrpysaht3VSHXR1I0ZW5+f0QL2j t5L+Y15i08QlxxaxJrDyYbPgDjN833HZvj+zhSGaGtPKi7bWz5pv2+22MMFzq1EB yO2jBHDnyx6AcJTz+WcmwkbDMnDmp8DiIRY+IL62FzL+N/146eKwb9VAb4j3VqCu yAXfthvSuyiul7xyCtRQ =eflr -----END PGP SIGNATURE----- --lMM8JwqTlfDpEaS6--