diff options
Diffstat (limited to 'documentation/dev-manual/vulnerabilities.rst')
-rw-r--r-- | documentation/dev-manual/vulnerabilities.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/vulnerabilities.rst b/documentation/dev-manual/vulnerabilities.rst index d901ff975b..ea29708034 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: | |||
318 | The CVE database is stored in :term:`DL_DIR` and can be inspected using | 318 | The 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 | ||
323 | When analyzing CVEs, it is recommended to: | 323 | When analyzing CVEs, it is recommended to: |
324 | 324 | ||