summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMarta Rybczynska <rybczynska@gmail.com>2025-02-18 16:55:29 +0100
committerSteve Sakoman <steve@sakoman.com>2025-02-28 06:51:35 -0800
commit47cb7bfa667b6dad7c44ba62b0689ea303a19dce (patch)
tree355c3ff8c009fa4eb125ea63ffb6f4f136516503 /documentation/ref-manual
parent3a36dce7e54e85b606bbdee2207bdc6527e5bbc3 (diff)
downloadpoky-47cb7bfa667b6dad7c44ba62b0689ea303a19dce.tar.gz
vulnerabilities/classes: remove references to cve-check text format
The text format has been removed, so also remove references and examples using this format. Replace with examples with the JSON format. (From yocto-docs rev: 9798689e4f4b74163c2e8594f3d1ce082d295aa1) Signed-off-by: Marta Rybczynska <marta.rybczynska@ygreky.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit a52cd7bcadccc53e982f90d6e170d00798322597) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 31bb1eeb94..567a4a8227 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -488,7 +488,7 @@ You can also look for vulnerabilities in specific packages by passing
488``-c cve_check`` to BitBake. 488``-c cve_check`` to BitBake.
489 489
490After building the software with Bitbake, CVE check output reports are available in ``tmp/deploy/cve`` 490After building the software with Bitbake, CVE check output reports are available in ``tmp/deploy/cve``
491and image specific summaries in ``tmp/deploy/images/*.cve`` or ``tmp/deploy/images/*.json`` files. 491and image specific summaries in ``tmp/deploy/images/*.json`` files.
492 492
493When building, the CVE checker will emit build time warnings for any detected 493When building, the CVE checker will emit build time warnings for any detected
494issues which are in the state ``Unpatched``, meaning that CVE issue seems to affect the software component 494issues which are in the state ``Unpatched``, meaning that CVE issue seems to affect the software component