summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-10-11 23:35:37 +0200
committerSteve Sakoman <steve@sakoman.com>2025-10-14 07:20:36 -0700
commit962d08fb4077f44a1d2b6d6c6d29a466adebeb85 (patch)
treefe2a7790e509b6f24d08732e72d595fcd0ad604c /documentation/dev-manual
parent425363de540e32c868a3da16c086c7531db348c3 (diff)
downloadpoky-962d08fb4077f44a1d2b6d6c6d29a466adebeb85.tar.gz
vulnerabilities: update nvdcve file name
The filename is outdated as its version was already bumped and there are also different files for different feed choices. Use glob to match any available file. (From yocto-docs rev: fca48e1239950ccf10f6b1b805c5734104144ded) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/vulnerabilities.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/vulnerabilities.rst b/documentation/dev-manual/vulnerabilities.rst
index eebb779020..53fad1613d 100644
--- a/documentation/dev-manual/vulnerabilities.rst
+++ b/documentation/dev-manual/vulnerabilities.rst
@@ -235,7 +235,7 @@ products defined in :term:`CVE_PRODUCT`. Then, for each found CVE:
235The CVE database is stored in :term:`DL_DIR` and can be inspected using 235The CVE database is stored in :term:`DL_DIR` and can be inspected using
236``sqlite3`` command as follows:: 236``sqlite3`` command as follows::
237 237
238 sqlite3 downloads/CVE_CHECK/nvdcve_1.1.db .dump | grep CVE-2021-37462 238 sqlite3 downloads/CVE_CHECK/nvd*.db .dump | grep CVE-2021-37462
239 239
240When analyzing CVEs, it is recommended to: 240When analyzing CVEs, it is recommended to:
241 241