diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index d918446db2..3369bf67f7 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -2054,6 +2054,13 @@ system and gives an overview of their function and contents. | |||
2054 | 2054 | ||
2055 | CVE_CHECK_STATUSMAP[cpe-incorrect] = "Ignored" | 2055 | CVE_CHECK_STATUSMAP[cpe-incorrect] = "Ignored" |
2056 | 2056 | ||
2057 | :term:`CVE_CHECK_VEX_JUSTIFICATION` | ||
2058 | Mapping variable for :term:`CVE_STATUS` reasons | ||
2059 | (for example ``not-applicable-platform``) to :ref:`ref-classes-vex` | ||
2060 | justifications. Should be set as follows:: | ||
2061 | |||
2062 | CVE_CHECK_VEX_JUSTIFICATION[not-applicable-config] = "vulnerableCodeNotPresent" | ||
2063 | |||
2057 | :term:`CVE_VERSION` | 2064 | :term:`CVE_VERSION` |
2058 | In a recipe, defines the version used to match the recipe version | 2065 | In a recipe, defines the version used to match the recipe version |
2059 | against the version in the `NIST CVE database <https://nvd.nist.gov/>`__ | 2066 | against the version in the `NIST CVE database <https://nvd.nist.gov/>`__ |