summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/vulnerabilities.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/dev-manual/vulnerabilities.rst b/documentation/dev-manual/vulnerabilities.rst
index 71111bb3e2..c492b62ffd 100644
--- a/documentation/dev-manual/vulnerabilities.rst
+++ b/documentation/dev-manual/vulnerabilities.rst
@@ -164,6 +164,9 @@ the :term:`CVE_STATUS` variable flag with appropriate reason which is mapped to
164As mentioned previously, if data in the CVE database is wrong, it is recommend to fix those 164As mentioned previously, if data in the CVE database is wrong, it is recommend to fix those
165issues in the CVE database directly. 165issues in the CVE database directly.
166 166
167Note that if there are many CVEs with the same status and reason, those can be
168shared by using the :term:`CVE_STATUS_GROUPS` variable.
169
167Recipes can be completely skipped by CVE check by including the recipe name in 170Recipes can be completely skipped by CVE check by including the recipe name in
168the :term:`CVE_CHECK_SKIP_RECIPE` variable. 171the :term:`CVE_CHECK_SKIP_RECIPE` variable.
169 172