summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/cve-check-map.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/conf/cve-check-map.conf b/meta/conf/cve-check-map.conf
index 17b0f15571..ac956379d1 100644
--- a/meta/conf/cve-check-map.conf
+++ b/meta/conf/cve-check-map.conf
@@ -8,11 +8,17 @@ CVE_CHECK_STATUSMAP[backported-patch] = "Patched"
8CVE_CHECK_STATUSMAP[cpe-stable-backport] = "Patched" 8CVE_CHECK_STATUSMAP[cpe-stable-backport] = "Patched"
9# use when NVD DB does not mention correct version or does not mention any verion at all 9# use when NVD DB does not mention correct version or does not mention any verion at all
10CVE_CHECK_STATUSMAP[fixed-version] = "Patched" 10CVE_CHECK_STATUSMAP[fixed-version] = "Patched"
11# use when a fix file has been included (set automatically)
12CVE_CHECK_STATUSMAP[fix-file-included] = "Patched"
13# do not use directly: automatic scan reports version number NOT in the vulnerable range (set automatically)
14CVE_CHECK_STATUSMAP[version-not-in-range] = "Patched"
11 15
12# used internally by this class if CVE vulnerability is detected which is not marked as fixed or ignored 16# used internally by this class if CVE vulnerability is detected which is not marked as fixed or ignored
13CVE_CHECK_STATUSMAP[unpatched] = "Unpatched" 17CVE_CHECK_STATUSMAP[unpatched] = "Unpatched"
14# use when CVE is confirmed by upstream but fix is still not available 18# use when CVE is confirmed by upstream but fix is still not available
15CVE_CHECK_STATUSMAP[vulnerable-investigating] = "Unpatched" 19CVE_CHECK_STATUSMAP[vulnerable-investigating] = "Unpatched"
20# do not use directly: automatic scan reports version number IS in the vulnerable range (set automatically)
21CVE_CHECK_STATUSMAP[version-in-range] = "Unpatched"
16 22
17# used for migration from old concept, do not use for new vulnerabilities 23# used for migration from old concept, do not use for new vulnerabilities
18CVE_CHECK_STATUSMAP[ignored] = "Ignored" 24CVE_CHECK_STATUSMAP[ignored] = "Ignored"
@@ -26,3 +32,6 @@ CVE_CHECK_STATUSMAP[not-applicable-config] = "Ignored"
26CVE_CHECK_STATUSMAP[not-applicable-platform] = "Ignored" 32CVE_CHECK_STATUSMAP[not-applicable-platform] = "Ignored"
27# use when upstream acknowledged the vulnerability but does not plan to fix it 33# use when upstream acknowledged the vulnerability but does not plan to fix it
28CVE_CHECK_STATUSMAP[upstream-wontfix] = "Ignored" 34CVE_CHECK_STATUSMAP[upstream-wontfix] = "Ignored"
35
36# use when it is impossible to conclude if the vulnerability is present or not
37CVE_CHECK_STATUSMAP[unknown] = "Unknown"