Message ID | 20250723-refactor-qa-checks-v1-1-3a72c751ba83@bootlin.com |
---|---|
State | Superseded |
Headers | show |
Series | ref-manual: gather all QA checks in qa-checks.rst | expand |
Hi Antonin, On 7/23/25 4:27 PM, Antonin Godard via lists.yoctoproject.org wrote: > This was dropped by commit 452e605b55ad ("cve-check: annotate CVEs > during analysis"). > > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> I guess this can be backported to walnascar? Thanks! Quentin
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 4705ca3f4..f22af7b04 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 paths to locations on the build host were used. Using such paths might result in host contamination of the build output. -- ``cve_status_not_in_db:`` Checks for each component if CVEs that are ignored - via :term:`CVE_STATUS`, that those are (still) reported for this component - in the NIST database. If not, a warning is printed. This check is disabled - by default. - - ``debug-deps:`` Checks that all packages except ``-dbg`` packages do not depend on ``-dbg`` packages, which would cause a packaging bug.
This was dropped by commit 452e605b55ad ("cve-check: annotate CVEs during analysis"). Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/classes.rst | 5 ----- 1 file changed, 5 deletions(-)