summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index f2d6f7f9f4..7ddf705939 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1466,6 +1466,13 @@ system and gives an overview of their function and contents.
1466 # This is windows only issue. 1466 # This is windows only issue.
1467 CVE_CHECK_IGNORE += "CVE-2020-15523" 1467 CVE_CHECK_IGNORE += "CVE-2020-15523"
1468 1468
1469 :term:`CVE_CHECK_SHOW_WARNINGS`
1470 Specifies whether or not the :ref:`cve-check <ref-classes-cve-check>`
1471 class should generate warning messages on the console when unpatched
1472 CVEs are found. The default is "1", but you may wish to set it to "0" if
1473 you are already examining/processing the logs after the build has
1474 completed and thus do not need the warning messages.
1475
1469 :term:`CVE_CHECK_SKIP_RECIPE` 1476 :term:`CVE_CHECK_SKIP_RECIPE`
1470 The list of package names (:term:`PN`) for which 1477 The list of package names (:term:`PN`) for which
1471 CVEs (Common Vulnerabilities and Exposures) are ignored. 1478 CVEs (Common Vulnerabilities and Exposures) are ignored.