diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2024-04-06 12:41:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-08 11:01:09 +0100 |
commit | 118faea62c3108b1170861a9119a77d41d099a37 (patch) | |
tree | c0daeb40e3d760e2ddbc0ad545391a80f8d2292b /meta/recipes-core | |
parent | 110ee701b33600f14e40544bf9354774cd85c5ce (diff) | |
download | poky-118faea62c3108b1170861a9119a77d41d099a37.tar.gz |
ovmf: set CVE_STATUS for CVE-2014-8271
CVE-2014-8271 has an unusual versioning, svn_16280, which breaks
the version comparison and gives us warning like below:
Failed to compare 202308 < svn_16280 for CVE-2014-8271
The fix has been there since 2014, our current version has included
the fix.
(From OE-Core rev: fdd74b3f3e3a8a07a6107e6ef07198ebe63d2bc8)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 5b1353b8e8..f98cec8035 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb | |||
@@ -33,6 +33,8 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>edk2-stable.*)" | |||
33 | CVE_PRODUCT = "edk2" | 33 | CVE_PRODUCT = "edk2" |
34 | CVE_VERSION = "${@d.getVar('PV').split('stable')[1]}" | 34 | CVE_VERSION = "${@d.getVar('PV').split('stable')[1]}" |
35 | 35 | ||
36 | CVE_STATUS[CVE-2014-8271] = "fixed-version: Fixed in svn_16280, which is an unusual versioning breaking version comparison." | ||
37 | |||
36 | inherit deploy | 38 | inherit deploy |
37 | 39 | ||
38 | PARALLEL_MAKE = "" | 40 | PARALLEL_MAKE = "" |