diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-28 10:52:23 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-04 09:12:24 -0700 |
commit | a3d790db2eda3ddf9ee26a07d1b628002f1ff988 (patch) | |
tree | ff08dc22cdad73523e45a04482052426d63928e4 /documentation/ref-manual/classes.rst | |
parent | d1b7a5884b77c8df837511f6f6534ebc287aafce (diff) | |
download | poky-a3d790db2eda3ddf9ee26a07d1b628002f1ff988.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: 4c94ef90e01b6aa7e7eaae8776135b615d0d6069)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 55aedec94dce3e3c0541ffaea666cff02d63a708)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-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 4f0459835a..d75ef323f7 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. |