guix-commits
[Top][All Lists]
Advanced

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

05/05: website: security: Add info on security advisories.


From: Ludovic Courtès
Subject: 05/05: website: security: Add info on security advisories.
Date: Fri, 25 Oct 2019 06:07:28 -0400 (EDT)

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

commit 7d4e1b602fd1d29253edb80ae602826ed8408fb1
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 25 12:06:55 2019 +0200

    website: security: Add info on security advisories.
    
    * website/apps/base/templates/security.scm (security-t): Add more info
    on security advisories.
---
 website/apps/base/templates/security.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/website/apps/base/templates/security.scm 
b/website/apps/base/templates/security.scm
index 1707389..bbbfd9a 100644
--- a/website/apps/base/templates/security.scm
+++ b/website/apps/base/templates/security.scm
@@ -70,7 +70,13 @@
        "When security vulnerabilities are found in Guix or the "
        "packages provided by Guix, we will provide "
        (a (@ (href ,(manual-url "Security-Updates.html"))) "security updates")
-       " quickly and with minimal disruption for users.")
+       " quickly and with minimal disruption for users.  When appropriate, "
+       "a security advisory is published on the blog with the "
+       (a (@ (href ,(guix-url "blog/tags/security-advisory")))
+          "Security Advisory tag")
+       " and on the " (a (@ (href ,(guix-url "contact")))
+                         (code "info-guix") " mailing list")
+       "; " (code "guix pull --news") " may also display the advisory.")
       (p
        "Guix uses a “rolling release†model.  All security "
        "bug-fixes are pushed directly to the master branch.  There"



reply via email to

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