* bug#68962: website: directly link the security mail address
@ 2024-02-06 23:19 Jonathan Brielmaier via Bug reports for GNU Guix
2024-05-30 13:45 ` Maxim Cournoyer
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
* bug#68962: website: directly link the security mail address
2024-02-06 23:19 bug#68962: website: directly link the security mail address Jonathan Brielmaier via Bug reports for GNU Guix
@ 2024-05-30 13:45 ` Maxim Cournoyer
0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2024-05-30 13:45 UTC (permalink / raw)
To: Jonathan Brielmaier; +Cc: 68962-done
Hi Jonathan,
Jonathan Brielmaier <jonathan.brielmaier@web.de> writes:
> 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_
> ```
LGTM. I've pushed it.
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-30 13:48 UTC | newest]
Thread overview: 2+ messages (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
2024-05-30 13:45 ` Maxim Cournoyer
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).