]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
kexec-tools: Ignore Fedora/RedHat specific CVE-2021-20269
authorLee Chee Yang <chee.yang.lee@intel.com>
Thu, 26 Oct 2023 05:05:54 +0000 (13:05 +0800)
committerSteve Sakoman <steve@sakoman.com>
Fri, 27 Oct 2023 14:23:33 +0000 (04:23 -1000)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb

index 871b36440ff139f49ff33e8c7f6851a23d06a907..206c6ccae71b60bb6f1c4f2476d2e551ffb7bece 100644 (file)
@@ -30,6 +30,9 @@ inherit autotools update-rc.d systemd
 export LDFLAGS = "-L${STAGING_LIBDIR}"
 EXTRA_OECONF = " --with-zlib=yes"
 
+# affects kexec-tools shipped by Fedora versions prior to 2.0.21-8 and RHEL versions prior to 2.0.20-47.
+CVE_CHECK_WHITELIST += "CVE-2021-20269"
+
 do_compile_prepend() {
     # Remove the prepackaged config.h from the source tree as it overrides
     # the same file generated by configure and placed in the build tree