diff options
| -rw-r--r-- | meta/conf/cve-check-map.conf | 9 |
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" | |||
| 8 | CVE_CHECK_STATUSMAP[cpe-stable-backport] = "Patched" | 8 | CVE_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 |
| 10 | CVE_CHECK_STATUSMAP[fixed-version] = "Patched" | 10 | CVE_CHECK_STATUSMAP[fixed-version] = "Patched" |
| 11 | # use when a fix file has been included (set automatically) | ||
| 12 | CVE_CHECK_STATUSMAP[fix-file-included] = "Patched" | ||
| 13 | # do not use directly: automatic scan reports version number NOT in the vulnerable range (set automatically) | ||
| 14 | CVE_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 |
| 13 | CVE_CHECK_STATUSMAP[unpatched] = "Unpatched" | 17 | CVE_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 |
| 15 | CVE_CHECK_STATUSMAP[vulnerable-investigating] = "Unpatched" | 19 | CVE_CHECK_STATUSMAP[vulnerable-investigating] = "Unpatched" |
| 20 | # do not use directly: automatic scan reports version number IS in the vulnerable range (set automatically) | ||
| 21 | CVE_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 |
| 18 | CVE_CHECK_STATUSMAP[ignored] = "Ignored" | 24 | CVE_CHECK_STATUSMAP[ignored] = "Ignored" |
| @@ -26,3 +32,6 @@ CVE_CHECK_STATUSMAP[not-applicable-config] = "Ignored" | |||
| 26 | CVE_CHECK_STATUSMAP[not-applicable-platform] = "Ignored" | 32 | CVE_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 |
| 28 | CVE_CHECK_STATUSMAP[upstream-wontfix] = "Ignored" | 34 | CVE_CHECK_STATUSMAP[upstream-wontfix] = "Ignored" |
| 35 | |||
| 36 | # use when it is impossible to conclude if the vulnerability is present or not | ||
| 37 | CVE_CHECK_STATUSMAP[unknown] = "Unknown" | ||
