On a Monday in 2025, Peter Krempa via Devel wrote:
>From: Peter Krempa <pkrempa@redhat.com>
>
>Our main page mentions security notices which we host at
>https://security.libvirt.org but links to them only from the security
>process page. Since we already have the wording there, turn it directly
>into a link.
>
>Signed-off-by: Peter Krempa <pkrempa@redhat.com>
>---
> docs/index.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/docs/index.rst b/docs/index.rst
>index 95b0995e99..e424d3024e 100644
>--- a/docs/index.rst
>+++ b/docs/index.rst
>@@ -34,8 +34,8 @@ Quick Links
> Already a regular open source contributor and have git set up? Have a quick
> look at how to propose your changes to libvirt correctly
> `Security vulnerabilities <securityprocess.html>`__
>- View security notices and report vulnerabilities to the libvirt security
>- response team
>+ View `security notices <https://security.libvirt.org>`__ and report
>+ vulnerabilities to the libvirt security response team
Consider repeating the security process list to make it more obvious:
and `report vulnerabilities <securityprocess.html>`__ to the
Jano