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 eebb779020..53fad1613d 100644
--- a/documentation/dev-manual/vulnerabilities.rst
+++ b/documentation/dev-manual/vulnerabilities.rst
@@ -235,7 +235,7 @@ products defined in :term:`CVE_PRODUCT`. Then, for each found CVE:
235The CVE database is stored in :term:`DL_DIR` and can be inspected using 235The CVE database is stored in :term:`DL_DIR` and can be inspected using
236``sqlite3`` command as follows:: 236``sqlite3`` command as follows::
237 237
238 sqlite3 downloads/CVE_CHECK/nvdcve_1.1.db .dump | grep CVE-2021-37462 238 sqlite3 downloads/CVE_CHECK/nvd*.db .dump | grep CVE-2021-37462
239 239
240When analyzing CVEs, it is recommended to: 240When analyzing CVEs, it is recommended to:
241 241