guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: website: security: Add instructions for sending encrypted reports


From: Leo Famulari
Subject: 01/01: website: security: Add instructions for sending encrypted reports.
Date: Tue, 26 Jun 2018 15:03:51 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix-artwork.

commit c7de678bd24caaa153a64d5dddff38d511bd84d9
Author: Leo Famulari <address@hidden>
Date:   Tue Jun 26 14:58:06 2018 -0400

    website: security: Add instructions for sending encrypted reports.
    
    * website/apps/base/templates/security.scm (security-t): Add list of OpenPGP
    keys.
    (ludovics-key): New variable.
---
 website/apps/base/templates/security.scm | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/website/apps/base/templates/security.scm 
b/website/apps/base/templates/security.scm
index 61d4508..b4958f8 100644
--- a/website/apps/base/templates/security.scm
+++ b/website/apps/base/templates/security.scm
@@ -8,6 +8,8 @@
   #:use-module (apps base utils)
   #:export (security-t))
 
+(define ludovics-key
+  "3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5")
 
 (define (security-t)
   "Return the Security page in SHTML."
@@ -38,12 +40,30 @@
        (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix-security";))
          ("address@hidden")) ".  This list is monitored by a
         small team of Guix developers.")
+      (p
+       "If you prefer to send your report using OpenPGP encrypted email,
+        please send it to one of the following Guix developers using their
+        respective OpenPGP key:")
+      (ul
+        (li "Leo Famulari"
+          (ul
+            (li "4F71 6F9A 8FA2 C80E F1B5 E1BA 5E35 F231 DE1A C5E0")))
+        (li "Ludovic Courtès"
+          (ul
+            (li ,ludovics-key)))
+        (li "Mark Weaver"
+          (ul
+            (li "D919 0965 CE03 199E AF28 B3BE 7CEF 2984 7562 C516")))
+        (li "Ricardo Wurmus"
+          (ul
+            (li "BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC"))))
 
       (h3 "Release signatures")
       (p
        "Releases of Guix and GuixSD are signed using the OpenPGP "
        "key with the fingerprint "
-       "3CE4 6455 8A84 FDC6 9DB4  0CFB 090B 1199 3D9A EBB5.  "
+       ,ludovics-key
+       ".  "
        "Users should "
        (a (@ (href ,(manual-url "Binary-Installation.html"))) "verify")
        " their downloads before extracting or running them.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]