diff options
-rw-r--r-- | meta/recipes-extended/cpio/cpio_2.14.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/cpio/cpio_2.14.bb b/meta/recipes-extended/cpio/cpio_2.14.bb index c0b97ee166..0fbab82cca 100644 --- a/meta/recipes-extended/cpio/cpio_2.14.bb +++ b/meta/recipes-extended/cpio/cpio_2.14.bb | |||
@@ -16,6 +16,8 @@ inherit autotools gettext texinfo | |||
16 | 16 | ||
17 | # Issue applies to use of cpio in SUSE/OBS, doesn't apply to us | 17 | # Issue applies to use of cpio in SUSE/OBS, doesn't apply to us |
18 | CVE_CHECK_IGNORE += "CVE-2010-4226" | 18 | CVE_CHECK_IGNORE += "CVE-2010-4226" |
19 | # disputed: intended behaviour, see https://lists.gnu.org/archive/html/bug-cpio/2024-03/msg00000.html | ||
20 | CVE_CHECK_IGNORE += "CVE-2023-7216" | ||
19 | 21 | ||
20 | EXTRA_OECONF += "DEFAULT_RMT_DIR=${sbindir}" | 22 | EXTRA_OECONF += "DEFAULT_RMT_DIR=${sbindir}" |
21 | 23 | ||