summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index cfdd36312f..70d8d8baeb 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1528,6 +1528,12 @@ system and gives an overview of their function and contents.
1528 # This is windows only issue. 1528 # This is windows only issue.
1529 CVE_CHECK_IGNORE += "CVE-2020-15523" 1529 CVE_CHECK_IGNORE += "CVE-2020-15523"
1530 1530
1531 :term:`CVE_CHECK_REPORT_PATCHED`
1532 Specifies whether or not the :ref:`ref-classes-cve-check`
1533 class should report patched or ignored CVEs. The default is "1", but you
1534 may wish to set it to "0" if you do not need patched or ignored CVEs in
1535 the logs.
1536
1531 :term:`CVE_CHECK_SHOW_WARNINGS` 1537 :term:`CVE_CHECK_SHOW_WARNINGS`
1532 Specifies whether or not the :ref:`cve-check <ref-classes-cve-check>` 1538 Specifies whether or not the :ref:`cve-check <ref-classes-cve-check>`
1533 class should generate warning messages on the console when unpatched 1539 class should generate warning messages on the console when unpatched