diff mbox series

[1/2] ref-manual: variables: document CVE_DB_INCR_UPDATE_AGE_THRES variable

Message ID 20240409145544.3115398-2-yoann.congal@smile.fr
State New
Headers show
Series Documentation and 5.0 release notes for some of our work | expand

Commit Message

Yoann Congal April 9, 2024, 2:55 p.m. UTC
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 documentation/ref-manual/variables.rst | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Michael Opdenacker April 9, 2024, 3:56 p.m. UTC | #1
Hi Yoann

On 4/9/24 at 16:55, Yoann Congal wrote:
> Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
> ---
>   documentation/ref-manual/variables.rst | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> index 52062b63f..97abb398c 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.
>         The list of package names (:term:`PN`) for which
>         CVEs (Common Vulnerabilities and Exposures) are ignored.
>   
> +   :term:`CVE_DB_INCR_UPDATE_AGE_THRES`
> +      Specifies the maximum age of the CVE database in seconds for an
> +      incremental update (instead of a full-download). Use "0" to force a
> +      full-download.
> +
>      :term:`CVE_DB_UPDATE_INTERVAL`
>         Specifies the CVE database update interval in seconds, as used by
>         ``cve-update-db-native``. The default value is "86400" i.e. once a day


Thanks for the update!
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Merged into "master-next"
Michael.
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 52062b63f..97abb398c 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.
       The list of package names (:term:`PN`) for which
       CVEs (Common Vulnerabilities and Exposures) are ignored.
 
+   :term:`CVE_DB_INCR_UPDATE_AGE_THRES`
+      Specifies the maximum age of the CVE database in seconds for an
+      incremental update (instead of a full-download). Use "0" to force a
+      full-download.
+
    :term:`CVE_DB_UPDATE_INTERVAL`
       Specifies the CVE database update interval in seconds, as used by
       ``cve-update-db-native``. The default value is "86400" i.e. once a day