diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-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 4e5fac7810..e5ea636a6d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1678,9 +1678,21 @@ system and gives an overview of their function and contents. | |||
1678 | variable only in certain contexts (e.g. when building for kernel | 1678 | variable only in certain contexts (e.g. when building for kernel |
1679 | and kernel module recipes). | 1679 | and kernel module recipes). |
1680 | 1680 | ||
1681 | :term:`CVE_CHECK_CREATE_MANIFEST` | ||
1682 | Specifies whether to create a CVE manifest to place in the deploy | ||
1683 | directory. The default is "1". | ||
1684 | |||
1681 | :term:`CVE_CHECK_IGNORE` | 1685 | :term:`CVE_CHECK_IGNORE` |
1682 | This variable is deprecated and should be replaced by :term:`CVE_STATUS`. | 1686 | This variable is deprecated and should be replaced by :term:`CVE_STATUS`. |
1683 | 1687 | ||
1688 | :term:`CVE_CHECK_MANIFEST_JSON` | ||
1689 | Specifies the path to the CVE manifest in JSON format. See | ||
1690 | :term:`CVE_CHECK_CREATE_MANIFEST`. | ||
1691 | |||
1692 | :term:`CVE_CHECK_MANIFEST_JSON_SUFFIX` | ||
1693 | Allows to modify the JSON manifest suffix. See | ||
1694 | :term:`CVE_CHECK_MANIFEST_JSON`. | ||
1695 | |||
1684 | :term:`CVE_CHECK_REPORT_PATCHED` | 1696 | :term:`CVE_CHECK_REPORT_PATCHED` |
1685 | Specifies whether or not the :ref:`ref-classes-cve-check` | 1697 | Specifies whether or not the :ref:`ref-classes-cve-check` |
1686 | class should report patched or ignored CVEs. The default is "1", but you | 1698 | class should report patched or ignored CVEs. The default is "1", but you |