public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [PATCH] vulnerabilities: update nvdcve file name
@ 2025-08-24 14:53 Peter Marko
  2025-09-01  9:50 ` [docs] " Quentin Schulz
  2025-09-17 14:13 ` Antonin Godard
  0 siblings, 2 replies; 7+ messages in thread
From: Peter Marko @ 2025-08-24 14:53 UTC (permalink / raw)
  To: docs; +Cc: Peter Marko

From: Peter Marko <peter.marko@siemens.com>

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.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 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 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:
 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_CHECK2/nvd*.db .dump | grep CVE-2021-37462
 
 When analyzing CVEs, it is recommended to:
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-10-13  7:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-24 14:53 [PATCH] vulnerabilities: update nvdcve file name Peter Marko
2025-09-01  9:50 ` [docs] " Quentin Schulz
2025-09-16 10:39   ` Marko, Peter
2025-09-16 11:07     ` Antonin Godard
2025-10-11 21:37       ` Marko, Peter
2025-10-13  7:15         ` Antonin Godard
2025-09-17 14:13 ` Antonin Godard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox