diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-03-28 19:05:50 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-04-04 08:42:47 -0700 |
commit | d7e6e73ba1323f1604fb487b118e25b40eb88af6 (patch) | |
tree | ee0fae5da71e534f5da1fb999be448fd941dc977 | |
parent | 717a181fd2f068268d8252c04177fa2e2eae1e64 (diff) | |
download | poky-d7e6e73ba1323f1604fb487b118e25b40eb88af6.tar.gz |
perl: ignore CVE-2023-47038
Fix for this CVE was backported to 5.34.2 in
https://github.com/Perl/perl5/commit/12c313ce49b36160a7ca2e9b07ad5bd92ee4a010
This commit is listed in
https://security-tracker.debian.org/tracker/CVE-2023-47038
(From OE-Core rev: 46fd9acd6b0e418009f4cec747ae82af60acbc6b)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.34.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.34.3.bb b/meta/recipes-devtools/perl/perl_5.34.3.bb index 215990c8fa..ed3518b62d 100644 --- a/meta/recipes-devtools/perl/perl_5.34.3.bb +++ b/meta/recipes-devtools/perl/perl_5.34.3.bb | |||
@@ -50,6 +50,8 @@ export ENC2XS_NO_COMMENTS = "1" | |||
50 | 50 | ||
51 | # Duplicate of CVE-2023-47038, which has already been patched as of perl_5.34.3 | 51 | # Duplicate of CVE-2023-47038, which has already been patched as of perl_5.34.3 |
52 | CVE_CHECK_IGNORE:append = " CVE-2023-47100" | 52 | CVE_CHECK_IGNORE:append = " CVE-2023-47100" |
53 | # This is fixed in 5.34.2 via https://github.com/Perl/perl5/commit/12c313ce49b36160a7ca2e9b07ad5bd92ee4a010 | ||
54 | CVE_CHECK_IGNORE:append = " CVE-2023-47038" | ||
53 | 55 | ||
54 | do_configure:prepend() { | 56 | do_configure:prepend() { |
55 | cp -rfp ${STAGING_DATADIR_NATIVE}/perl-cross/* ${S} | 57 | cp -rfp ${STAGING_DATADIR_NATIVE}/perl-cross/* ${S} |