diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index d5fec650cb..597b0d031c 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5853,6 +5853,18 @@ system and gives an overview of their function and contents. | |||
5853 | 5853 | ||
5854 | NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot" | 5854 | NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot" |
5855 | 5855 | ||
5856 | :term:`NVD_DB_VERSION` | ||
5857 | The :term:`NVD_DB_VERSION` variable allows choosing the CVE feed when | ||
5858 | using the :ref:`ref-classes-cve-check` class. It can be one of: | ||
5859 | |||
5860 | - ``NVD2`` (default): the NVD feed with API version 2 | ||
5861 | - ``FKIE``: the `FKIE-CAD <https://github.com/fkie-cad/nvd-json-data-feeds>`__ | ||
5862 | feed reconstruction | ||
5863 | - ``NVD1``: the NVD JSON feed (deprecated) | ||
5864 | |||
5865 | In case of a malformed feed name, the ``NVD2`` feed is selected and an | ||
5866 | error is printed. | ||
5867 | |||
5856 | :term:`NVDCVE_API_KEY` | 5868 | :term:`NVDCVE_API_KEY` |
5857 | The NVD API key used to retrieve data from the CVE database when | 5869 | The NVD API key used to retrieve data from the CVE database when |
5858 | using :ref:`ref-classes-cve-check`. | 5870 | using :ref:`ref-classes-cve-check`. |