From: Thomas Perrot Date: Wed, 13 May 2026 08:55:59 +0000 (+0200) Subject: cve-check-map.conf: fix typo in comment X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=9e6dc8ea5b49f14af46db483a100bc95d9f2d09c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git cve-check-map.conf: fix typo in comment Fix a typo in the comment for the fixed-version status: "verion" -> "version". Signed-off-by: Thomas Perrot Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/conf/cve-check-map.conf b/meta/conf/cve-check-map.conf index fc49fe0a50..2068c67cae 100644 --- a/meta/conf/cve-check-map.conf +++ b/meta/conf/cve-check-map.conf @@ -6,7 +6,7 @@ CVE_CHECK_STATUSMAP[patched] = "Patched" CVE_CHECK_STATUSMAP[backported-patch] = "Patched" # use when NVD DB does not mention patched versions of stable/LTS branches which have upstream CVE backports CVE_CHECK_STATUSMAP[cpe-stable-backport] = "Patched" -# use when NVD DB does not mention correct version or does not mention any verion at all +# use when NVD DB does not mention correct version or does not mention any version at all CVE_CHECK_STATUSMAP[fixed-version] = "Patched" # use when a fix file has been included (set automatically) CVE_CHECK_STATUSMAP[fix-file-included] = "Patched"