]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
cve-check-map.conf: fix typo in comment
authorThomas Perrot <thomas.perrot@bootlin.com>
Wed, 13 May 2026 08:55:59 +0000 (10:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 May 2026 22:19:13 +0000 (23:19 +0100)
Fix a typo in the comment for the fixed-version status: "verion" -> "version".

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/cve-check-map.conf

index fc49fe0a500c0f4c36409c531961b13ec074b31c..2068c67caec4fe513d0beb0b6802682c97b2f9d3 100644 (file)
@@ -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"