summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
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.