summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 52062b63fa..97abb398ca 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1688,6 +1688,11 @@ system and gives an overview of their function and contents.
1688 The list of package names (:term:`PN`) for which 1688 The list of package names (:term:`PN`) for which
1689 CVEs (Common Vulnerabilities and Exposures) are ignored. 1689 CVEs (Common Vulnerabilities and Exposures) are ignored.
1690 1690
1691 :term:`CVE_DB_INCR_UPDATE_AGE_THRES`
1692 Specifies the maximum age of the CVE database in seconds for an
1693 incremental update (instead of a full-download). Use "0" to force a
1694 full-download.
1695
1691 :term:`CVE_DB_UPDATE_INTERVAL` 1696 :term:`CVE_DB_UPDATE_INTERVAL`
1692 Specifies the CVE database update interval in seconds, as used by 1697 Specifies the CVE database update interval in seconds, as used by
1693 ``cve-update-db-native``. The default value is "86400" i.e. once a day 1698 ``cve-update-db-native``. The default value is "86400" i.e. once a day