mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f4d633a7c2
commit
81f311e347
@@ -1466,6 +1466,13 @@ system and gives an overview of their function and contents.
|
||||
# This is windows only issue.
|
||||
CVE_CHECK_IGNORE += "CVE-2020-15523"
|
||||
|
||||
:term:`CVE_CHECK_SHOW_WARNINGS`
|
||||
Specifies whether or not the :ref:`cve-check <ref-classes-cve-check>`
|
||||
class should generate warning messages on the console when unpatched
|
||||
CVEs are found. The default is "1", but you may wish to set it to "0" if
|
||||
you are already examining/processing the logs after the build has
|
||||
completed and thus do not need the warning messages.
|
||||
|
||||
:term:`CVE_CHECK_SKIP_RECIPE`
|
||||
The list of package names (:term:`PN`) for which
|
||||
CVEs (Common Vulnerabilities and Exposures) are ignored.
|
||||
|
||||
Reference in New Issue
Block a user