summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-04-09 16:55:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-12 17:29:34 +0100
commitf6f6d98e6d7bcc61b1eab2bcb4744eeb2bf603d2 (patch)
tree7039443b70870b8c2666a3ce38e1c7eed4b31561 /documentation/ref-manual
parentb640e94e52152d8d6ae28f4b90a255e45ee0ebac (diff)
downloadpoky-f6f6d98e6d7bcc61b1eab2bcb4744eeb2bf603d2.tar.gz
ref-manual: variables: document CVE_DB_INCR_UPDATE_AGE_THRES variable
(From yocto-docs rev: 7f1db309205f9c3cb0b44b6d75d6c65c928787e2) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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