[PATCH 1/4] docs: index: Link to security notices from home page

Peter Krempa via Devel posted 4 patches 2 weeks, 4 days ago
[PATCH 1/4] docs: index: Link to security notices from home page
Posted by Peter Krempa via Devel 2 weeks, 4 days ago
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
 `Bug reporting <bugs.html>`__
   View and report bugs in libvirt packages
 `XML configuration <format.html>`__
-- 
2.51.1
Re: [PATCH 1/4] docs: index: Link to security notices from home page
Posted by Ján Tomko via Devel 2 weeks, 4 days ago
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