unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#68962: website: directly link the security mail address
@ 2024-02-06 23:19 Jonathan Brielmaier via Bug reports for GNU Guix
  0 siblings, 0 replies; only message in thread
From: Jonathan Brielmaier via Bug reports for GNU Guix @ 2024-02-06 23:19 UTC (permalink / raw)
  To: 68962

Is there a reason why we don't link to the mail alias directly on the
security page:
https://guix.gnu.org/en/security/

Because the mailman archive doesn't make really sense for most of the
users as it's only accessible with a password.

What about this small patch?
```
diff --git a/website/apps/base/templates/security.scm
b/website/apps/base/templates/security.scm
index 8a72950..429e5df 100644
--- a/website/apps/base/templates/security.scm
+++ b/website/apps/base/templates/security.scm
@@ -43,7 +43,7 @@ system|GNU Hurd|GNU Guix package manager|Security
updates") #\|)
          `(p
            "To report sensitive security issues in Guix itself or the
             packages it provides, you can write to the private mailing
list "
-          (a (@ (href
"https://lists.gnu.org/mailman/listinfo/guix-security"))
+          (a (@ (href "mailto:guix-security@gnu.org"))
               ("guix-security@gnu.org")) ".  This list is monitored by a
             small team of Guix developers."))
        ,(G_
```

Or is this an anti-spam measure?

~Jonathan




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-06 23:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-06 23:19 bug#68962: website: directly link the security mail address Jonathan Brielmaier via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).