From ad597f4a54ec5b51677160d537b87b1b7e3828db Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sat, 11 Oct 2025 23:34:55 +0200 Subject: [PATCH] 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: 6cd7492bf83232744390f34e496367e94b63e701) Signed-off-by: Peter Marko Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/dev-manual/vulnerabilities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/vulnerabilities.rst b/documentation/dev-manual/vulnerabilities.rst index f5f9fe3a0c..22b85d53d4 100644 --- a/documentation/dev-manual/vulnerabilities.rst +++ b/documentation/dev-manual/vulnerabilities.rst @@ -314,7 +314,7 @@ products defined in :term:`CVE_PRODUCT`. Then, for each found CVE: The CVE database is stored in :term:`DL_DIR` and can be inspected using ``sqlite3`` command as follows:: - sqlite3 downloads/CVE_CHECK/nvdcve_1.1.db .dump | grep CVE-2021-37462 + sqlite3 downloads/CVE_CHECK/nvd*.db .dump | grep CVE-2021-37462 When analyzing CVEs, it is recommended to: