From ca77e7584675089fd91641313582fe21c6cb31fa Mon Sep 17 00:00:00 2001 From: Aleksandar Nikolic Date: Fri, 7 Jun 2024 23:15:59 +0200 Subject: [PATCH] ref-manual: introduce CVE_CHECK_REPORT_PATCHED variable (From yocto-docs rev: a7929332ade42e8511c2f47d200b3b01cb8a8987) Signed-off-by: Aleksandar Nikolic Reviewed-by: Michael Opdenacker Signed-off-by: Alexandre Belloni (cherry picked from commit f585a68a8f35f31814e408dd973ea7345adbbacf) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/ref-manual/variables.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index cfdd36312f..70d8d8baeb 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -1528,6 +1528,12 @@ system and gives an overview of their function and contents. # This is windows only issue. CVE_CHECK_IGNORE += "CVE-2020-15523" + :term:`CVE_CHECK_REPORT_PATCHED` + Specifies whether or not the :ref:`ref-classes-cve-check` + class should report patched or ignored CVEs. The default is "1", but you + may wish to set it to "0" if you do not need patched or ignored CVEs in + the logs. + :term:`CVE_CHECK_SHOW_WARNINGS` Specifies whether or not the :ref:`cve-check ` class should generate warning messages on the console when unpatched