mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
manuals: improve description of CVE_STATUS and CVE_STATUS_GROUPS
- Mention CVE_STATUS_GROUPS in the development manual (otherwise only present in the reference manual, but with no reference to it) - In the reference manual description of CVE_STATUS, link back to the development manual, to provide context. (From yocto-docs rev: cfef5fe41b6c819e783c88829448ae38141650a5) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f9ddf08ffd
commit
e0800e8d8a
@@ -164,6 +164,9 @@ the :term:`CVE_STATUS` variable flag with appropriate reason which is mapped to
|
||||
As mentioned previously, if data in the CVE database is wrong, it is recommend to fix those
|
||||
issues in the CVE database directly.
|
||||
|
||||
Note that if there are many CVEs with the same status and reason, those can be
|
||||
shared by using the :term:`CVE_STATUS_GROUPS` variable.
|
||||
|
||||
Recipes can be completely skipped by CVE check by including the recipe name in
|
||||
the :term:`CVE_CHECK_SKIP_RECIPE` variable.
|
||||
|
||||
|
||||
@@ -1724,7 +1724,8 @@ system and gives an overview of their function and contents.
|
||||
|
||||
It has the format "reason: description" and the description is optional.
|
||||
The Reason is mapped to the final CVE state by mapping via
|
||||
:term:`CVE_CHECK_STATUSMAP`
|
||||
:term:`CVE_CHECK_STATUSMAP`. See :ref:`dev-manual/vulnerabilities:fixing vulnerabilities in recipes`
|
||||
for details.
|
||||
|
||||
:term:`CVE_STATUS_GROUPS`
|
||||
If there are many CVEs with the same status and reason, they can by simplified by using this
|
||||
|
||||
Reference in New Issue
Block a user