cpio: ignore CVE-2023-7216

Same was done in newer Yocto releases.
See commit See commit 0f2cd2bbaddba3b8c80d71db274bbcd941d0e60e

(From OE-Core rev: 50d8a653104abb9b5cd8a708a7bd97446e894bcf)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Peter Marko
2024-12-01 19:53:33 +01:00
committed by Steve Sakoman
parent 880002d47c
commit da9b588be4

View File

@@ -16,6 +16,8 @@ inherit autotools gettext texinfo
# Issue applies to use of cpio in SUSE/OBS, doesn't apply to us
CVE_CHECK_IGNORE += "CVE-2010-4226"
# disputed: intended behaviour, see https://lists.gnu.org/archive/html/bug-cpio/2024-03/msg00000.html
CVE_CHECK_IGNORE += "CVE-2023-7216"
EXTRA_OECONF += "DEFAULT_RMT_DIR=${sbindir}"