diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2022-10-07 15:28:03 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:57 +0100 |
commit | 260d09106f6384b814c1074454facdec91c6d181 (patch) | |
tree | 2e466984921318d4bf7ac6c05b9ba7c9d162027f /documentation | |
parent | 256dcac518dcaca47f82a2f78d3ee86d3a13e91e (diff) | |
download | poky-260d09106f6384b814c1074454facdec91c6d181.tar.gz |
ref-manual: add CVE_DB_UPDATE_INTERVAL
New variable in 4.1.
(From yocto-docs rev: 580e0f3b23ee3a553ffc797b97c5b146316e32e4)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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/>`__. |