summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorSimone Weiß <simone.p.weiss@posteo.com>2024-02-24 17:22:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-06 16:54:54 +0000
commitaaa609ac2b3f3bd807d1f4d64a507a30210876dd (patch)
tree7d16c24cb8a13354925207b48d19f1d004ffdeca /documentation
parentc60038b721036d7e24a73e83a78b9013d5512dae (diff)
downloadpoky-aaa609ac2b3f3bd807d1f4d64a507a30210876dd.tar.gz
ref-manual: classes: add cve status check for oe.qa
With a new check was added for oe.qa for CVE_STATUS via commit 3c5b7605acd9cd68b ("cve-check: Log if CVE_STATUS set but not reported for component") in poky. Add related documentation here. (From yocto-docs rev: 04e1ff01e1b43daa0e5832904a82f95d0cfab678) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/classes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 7300020ef1..5aaf8ecc0c 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1297,6 +1297,11 @@ The tests you can list with the :term:`WARN_QA` and
1297 paths to locations on the build host were used. Using such paths 1297 paths to locations on the build host were used. Using such paths
1298 might result in host contamination of the build output. 1298 might result in host contamination of the build output.
1299 1299
1300- ``cve_status_not_in_db:`` Checks for each component if CVEs that are ignored
1301 via :term:`CVE_STATUS`, that those are (still) reported for this component
1302 in the NIST database. If not, a warning is printed. This check is disabled
1303 by default.
1304
1300- ``debug-deps:`` Checks that all packages except ``-dbg`` packages 1305- ``debug-deps:`` Checks that all packages except ``-dbg`` packages
1301 do not depend on ``-dbg`` packages, which would cause a packaging 1306 do not depend on ``-dbg`` packages, which would cause a packaging
1302 bug. 1307 bug.