GNU bug report logs -
#68962
website: directly link the security mail address
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#68962: website: directly link the security mail address
which was filed against the guix package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 68962 <at> debbugs.gnu.org.
--
68962: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68962
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi Jonathan,
Jonathan Brielmaier <jonathan.brielmaier <at> 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 <at> gnu.org"))
> ("guix-security <at> gnu.org")) ". This list is monitored by a
> small team of Guix developers."))
> ,(G_
> ```
LGTM. I've pushed it.
--
Thanks,
Maxim
[Message part 3 (message/rfc822, inline)]
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 <at> gnu.org"))
("guix-security <at> gnu.org")) ". This list is monitored by a
small team of Guix developers."))
,(G_
```
Or is this an anti-spam measure?
~Jonathan
This bug report was last modified 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.