summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/vulnerabilities.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/vulnerabilities.rst')
-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