diff mbox series

ref-manual: introduce CVE_CHECK_REPORT_PATCHED variable

Message ID 20240607211559.455144-1-aleksandar.nikolic010@gmail.com
State New
Headers show
Series ref-manual: introduce CVE_CHECK_REPORT_PATCHED variable | expand

Commit Message

Aleksandar Nikolic June 7, 2024, 9:15 p.m. UTC
From: Aleksandar Nikolic <an010@live.com>

Signed-off-by: Aleksandar Nikolic <an010@live.com>
---
 documentation/ref-manual/variables.rst | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Michael Opdenacker June 11, 2024, 9:56 a.m. UTC | #1
Hi Aleksandar

Many thanks for the patch!

On 6/7/24 23:15, Aleksandar Nikolic wrote:
> From: Aleksandar Nikolic <an010@live.com>
>
> Signed-off-by: Aleksandar Nikolic <an010@live.com>
> ---
>   documentation/ref-manual/variables.rst | 6 ++++++
>   1 file changed, 6 insertions(+)
>
> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> index 07b5b6f95..88c3602e6 100644
> --- a/documentation/ref-manual/variables.rst
> +++ b/documentation/ref-manual/variables.rst
> @@ -1681,6 +1681,12 @@ system and gives an overview of their function and contents.
>      :term:`CVE_CHECK_IGNORE`
>         This variable is deprecated and should be replaced by :term:`CVE_STATUS`.
>   
> +   :term:`CVE_CHECK_REPORT_PATCHED`
> +      Specifies whether or not the :ref:`ref-classes-cve-check`
> +      class should report patched or ignored CVEs. The default is "1", but you
> +      may wish to set it to "0" if you do not need patched or ignored CVEs in
> +      the logs.
> +
>      :term:`CVE_CHECK_SHOW_WARNINGS`
>         Specifies whether or not the :ref:`ref-classes-cve-check`
>         class should generate warning messages on the console when unpatched

Reviewed-by: Michael Opdenacker <michael@opdenacker.org>
Cheers
Michael.
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 07b5b6f95..88c3602e6 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1681,6 +1681,12 @@  system and gives an overview of their function and contents.
    :term:`CVE_CHECK_IGNORE`
       This variable is deprecated and should be replaced by :term:`CVE_STATUS`.
 
+   :term:`CVE_CHECK_REPORT_PATCHED`
+      Specifies whether or not the :ref:`ref-classes-cve-check`
+      class should report patched or ignored CVEs. The default is "1", but you
+      may wish to set it to "0" if you do not need patched or ignored CVEs in
+      the logs.
+
    :term:`CVE_CHECK_SHOW_WARNINGS`
       Specifies whether or not the :ref:`ref-classes-cve-check`
       class should generate warning messages on the console when unpatched