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-30 08:30:00 -0700
commit86373fe16b3bafae32eb34aef1fb3c9393d69a99 (patch)
tree7c3d3c8c28d62abf4fc8988de8c624e6db4058b3
parentab921f9d4cb65de7c20f085b1be9ef69ad26398b (diff)
downloadpoky-86373fe16b3bafae32eb34aef1fb3c9393d69a99.tar.gz
ref-manual: introduce CVE_CHECK_REPORT_PATCHED variable
(From yocto-docs rev: e84fca10400b0f2862d7d0344fb19df5b1e6dc62) 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 f694640c00..4e5fac7810 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1681,6 +1681,12 @@ system and gives an overview of their function and contents.
1681 :term:`CVE_CHECK_IGNORE` 1681 :term:`CVE_CHECK_IGNORE`
1682 This variable is deprecated and should be replaced by :term:`CVE_STATUS`. 1682 This variable is deprecated and should be replaced by :term:`CVE_STATUS`.
1683 1683
1684 :term:`CVE_CHECK_REPORT_PATCHED`
1685 Specifies whether or not the :ref:`ref-classes-cve-check`
1686 class should report patched or ignored CVEs. The default is "1", but you
1687 may wish to set it to "0" if you do not need patched or ignored CVEs in
1688 the logs.
1689
1684 :term:`CVE_CHECK_SHOW_WARNINGS` 1690 :term:`CVE_CHECK_SHOW_WARNINGS`
1685 Specifies whether or not the :ref:`ref-classes-cve-check` 1691 Specifies whether or not the :ref:`ref-classes-cve-check`
1686 class should generate warning messages on the console when unpatched 1692 class should generate warning messages on the console when unpatched