diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-28 10:52:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-01 11:59:18 +0100 |
commit | 318738db38aca0745ce782fdf5425a83cbc4c127 (patch) | |
tree | c35ada2e25d02ab7e1ec3ea9b15be1472271bb74 /documentation/ref-manual | |
parent | 649c93080f1e6db1f5c8c8436a797038a5c12c87 (diff) | |
download | poky-318738db38aca0745ce782fdf5425a83cbc4c127.tar.gz |
ref-manual/classes.rst: insane: drop cve_status_not_in_db
This was dropped by commit 452e605b55ad ("cve-check: annotate CVEs
during analysis").
(From yocto-docs rev: 55aedec94dce3e3c0541ffaea666cff02d63a708)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/classes.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index ff41c84a73..aba618bab0 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1395,11 +1395,6 @@ The tests you can list with the :term:`WARN_QA` and | |||
1395 | paths to locations on the build host were used. Using such paths | 1395 | paths to locations on the build host were used. Using such paths |
1396 | might result in host contamination of the build output. | 1396 | might result in host contamination of the build output. |
1397 | 1397 | ||
1398 | - ``cve_status_not_in_db:`` Checks for each component if CVEs that are ignored | ||
1399 | via :term:`CVE_STATUS`, that those are (still) reported for this component | ||
1400 | in the NIST database. If not, a warning is printed. This check is disabled | ||
1401 | by default. | ||
1402 | |||
1403 | - ``debug-deps:`` Checks that all packages except ``-dbg`` packages | 1398 | - ``debug-deps:`` Checks that all packages except ``-dbg`` packages |
1404 | do not depend on ``-dbg`` packages, which would cause a packaging | 1399 | do not depend on ``-dbg`` packages, which would cause a packaging |
1405 | bug. | 1400 | bug. |