diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2022-10-07 11:12:55 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:57 +0100 |
commit | 81f311e34760428e29f79966a48837d3652c7f5e (patch) | |
tree | abb66f62395b2b3461763e1e3382a0e503297fd7 /documentation/ref-manual/variables.rst | |
parent | f4d633a7c28d2cee849bd8c6a2a130285ed125e7 (diff) | |
download | poky-81f311e34760428e29f79966a48837d3652c7f5e.tar.gz |
ref-manual: add CVE_CHECK_SHOW_WARNINGS
New variable in 4.1.
(From yocto-docs rev: ddf89c32f774bf6217c9bf02fa07603bf0fcfc4e)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
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. |