summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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:
314The CVE database is stored in :term:`DL_DIR` and can be inspected using 314The CVE database is stored in :term:`DL_DIR` and can be inspected using
315``sqlite3`` command as follows:: 315``sqlite3`` command as follows::
316 316
317 sqlite3 downloads/CVE_CHECK/nvdcve_1.1.db .dump | grep CVE-2021-37462 317 sqlite3 downloads/CVE_CHECK/nvd*.db .dump | grep CVE-2021-37462
318 318
319When analyzing CVEs, it is recommended to: 319When analyzing CVEs, it is recommended to:
320 320