diff options
-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 9d16d8c466..11a12614b2 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1477,6 +1477,13 @@ system and gives an overview of their function and contents. | |||
1477 | The list of package names (:term:`PN`) for which | 1477 | The list of package names (:term:`PN`) for which |
1478 | CVEs (Common Vulnerabilities and Exposures) are ignored. | 1478 | CVEs (Common Vulnerabilities and Exposures) are ignored. |
1479 | 1479 | ||
1480 | :term:`CVE_DB_UPDATE_INTERVAL` | ||
1481 | Specifies the CVE database update interval in seconds, as used by | ||
1482 | ``cve-update-db-native``. The default value is "86400" i.e. once a day | ||
1483 | (24*60*60). If the value is set to "0" then the update will be forced | ||
1484 | every time. Alternatively, a negative value e.g. "-1" will disable | ||
1485 | updates entirely. | ||
1486 | |||
1480 | :term:`CVE_PRODUCT` | 1487 | :term:`CVE_PRODUCT` |
1481 | In a recipe, defines the name used to match the recipe name | 1488 | In a recipe, defines the name used to match the recipe name |
1482 | against the name in the upstream `NIST CVE database <https://nvd.nist.gov/>`__. | 1489 | against the name in the upstream `NIST CVE database <https://nvd.nist.gov/>`__. |