summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Nikolic <an010@live.com>2024-06-07 23:15:59 +0200
committerSteve Sakoman <steve@sakoman.com>2024-10-24 06:31:59 -0700
commitca77e7584675089fd91641313582fe21c6cb31fa (patch)
treed7283c23cdac73a3f4f04899fbeea526c7abb1eb
parentc2dcb5102c4b80d74550c779ed61228e75686d5f (diff)
downloadpoky-ca77e7584675089fd91641313582fe21c6cb31fa.tar.gz
ref-manual: introduce CVE_CHECK_REPORT_PATCHED variable
(From yocto-docs rev: a7929332ade42e8511c2f47d200b3b01cb8a8987) Signed-off-by: Aleksandar Nikolic <an010@live.com> Reviewed-by: Michael Opdenacker <michael@opdenacker.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit f585a68a8f35f31814e408dd973ea7345adbbacf) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 6 insertions, 0 deletions
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.
1528 # This is windows only issue. 1528 # This is windows only issue.
1529 CVE_CHECK_IGNORE += "CVE-2020-15523" 1529 CVE_CHECK_IGNORE += "CVE-2020-15523"
1530 1530
1531 :term:`CVE_CHECK_REPORT_PATCHED`
1532 Specifies whether or not the :ref:`ref-classes-cve-check`
1533 class should report patched or ignored CVEs. The default is "1", but you
1534 may wish to set it to "0" if you do not need patched or ignored CVEs in
1535 the logs.
1536
1531 :term:`CVE_CHECK_SHOW_WARNINGS` 1537 :term:`CVE_CHECK_SHOW_WARNINGS`
1532 Specifies whether or not the :ref:`cve-check <ref-classes-cve-check>` 1538 Specifies whether or not the :ref:`cve-check <ref-classes-cve-check>`
1533 class should generate warning messages on the console when unpatched 1539 class should generate warning messages on the console when unpatched