summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-08-24 16:53:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-16 12:09:41 +0100
commit612ac91bb0de2e7d2769dbe1f412a007124e1eed (patch)
treef1017ddec4484168326b6b275df5a746ee3fa35f
parent10f0a43f951037d3ce77884a8859519294bd4d51 (diff)
downloadpoky-612ac91bb0de2e7d2769dbe1f412a007124e1eed.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. Also the directory changed to CVE_CHECK2 meanwhile, so Update it, too. (From yocto-docs rev: a2f18cb23183401d9d8e2fd4499d164ef8d86e44) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 5331a63991..6cc7f04944 100644
--- a/documentation/dev-manual/vulnerabilities.rst
+++ b/documentation/dev-manual/vulnerabilities.rst
@@ -318,7 +318,7 @@ products defined in :term:`CVE_PRODUCT`. Then, for each found CVE:
318The CVE database is stored in :term:`DL_DIR` and can be inspected using 318The CVE database is stored in :term:`DL_DIR` and can be inspected using
319``sqlite3`` command as follows:: 319``sqlite3`` command as follows::
320 320
321 sqlite3 downloads/CVE_CHECK/nvdcve_1.1.db .dump | grep CVE-2021-37462 321 sqlite3 downloads/CVE_CHECK2/nvd*.db .dump | grep CVE-2021-37462
322 322
323When analyzing CVEs, it is recommended to: 323When analyzing CVEs, it is recommended to:
324 324