docs: security: Fix reference to Security advisories.
The security index page states that Security Advisories 'are
listed at the bottom of this page', while in fact are available
in a separate section.
Fix the above by providing a link to security_advisories/index.html.
Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
Change-Id: I0da5e3733fce34f284070ea2474fb2e427193bf8
diff --git a/docs/security/index.rst b/docs/security/index.rst
index 16ebe62..f172bf6 100644
--- a/docs/security/index.rst
+++ b/docs/security/index.rst
@@ -11,12 +11,12 @@
Security Disclosures
--------------------
-Trusted Firmware-M(TF-M) disclose all security vulnerabilities, or are advised
+Trusted Firmware-M (TF-M) disclose all security vulnerabilities, or are advised
about, that are relevant to TF-M. TF-M encourage responsible disclosure of
vulnerabilities and try the best to inform users about all possible issues.
The TF-M vulnerabilities are disclosed as Security Advisories, all of which are
-listed at the bottom of this page.
+listed in the `Security Advisories`_ section.
Found a Security Issue?
-----------------------
@@ -47,8 +47,9 @@
.. _issue tracker: https://github.com/TrustedFirmware-M/trusted-firmware-m/issues
.. _mailing list: https://lists.trustedfirmware.org/mailman3/lists/tf-m.lists.trustedfirmware.org/
.. _Security incident process: https://trusted-firmware-docs.readthedocs.io/en/latest/security_center/incident_handling_process.html
+.. _Security Advisories: https://trustedfirmware-m.readthedocs.io/en/latest/security/security_advisories/index.html
--------------
-*Copyright (c) 2020-2023, Arm Limited. All rights reserved.*
+*Copyright (c) 2020-2024, Arm Limited. All rights reserved.*