diff options
| author | Marta Rybczynska <rybczynska@gmail.com> | 2025-02-18 16:55:29 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-02-28 06:45:14 -0800 |
| commit | f93188cb87bebd6bf8b6cf0f18ba4e078feaf12b (patch) | |
| tree | 179fdb5a4dc2dc08f423d8b638e2970301672b4d /documentation/ref-manual | |
| parent | 23a4190b5662eb36a643827bbbd68d8395a1c91f (diff) | |
| download | poky-f93188cb87bebd6bf8b6cf0f18ba4e078feaf12b.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: 3757ace0581e6279aa7c065b21cee56edfe985dd)
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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 5bd1d50947..45973befbe 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
| @@ -563,7 +563,7 @@ You can also look for vulnerabilities in specific packages by passing | |||
| 563 | ``-c cve_check`` to BitBake. | 563 | ``-c cve_check`` to BitBake. |
| 564 | 564 | ||
| 565 | After building the software with Bitbake, CVE check output reports are available in ``tmp/deploy/cve`` | 565 | After building the software with Bitbake, CVE check output reports are available in ``tmp/deploy/cve`` |
| 566 | and image specific summaries in ``tmp/deploy/images/*.cve`` or ``tmp/deploy/images/*.json`` files. | 566 | and image specific summaries in ``tmp/deploy/images/*.json`` files. |
| 567 | 567 | ||
| 568 | When building, the CVE checker will emit build time warnings for any detected | 568 | When building, the CVE checker will emit build time warnings for any detected |
| 569 | issues which are in the state ``Unpatched``, meaning that CVE issue seems to affect the software component | 569 | issues which are in the state ``Unpatched``, meaning that CVE issue seems to affect the software component |
