diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-25 10:20:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-27 15:25:05 +0000 |
commit | 801c23ba69b9277e5b25d32593f6ad696d8dcf55 (patch) | |
tree | 6fda9716460bebf220e6fa3e5113b5da7e26dd1c /documentation | |
parent | 879371ca7c9861606409d87a739bf7e6ec627f7e (diff) | |
download | poky-801c23ba69b9277e5b25d32593f6ad696d8dcf55.tar.gz |
ref-manual/variables.rst: document the NVD_DB_VERSION variable
This variable allows choosing the CVE feed when using the cve-check
class.
(From yocto-docs rev: 639ea86c5034d7706faf14a2ff52b603c3ccd905)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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`. |