summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorvirendra thakur <thakur.virendra1810@gmail.com>2024-02-06 15:31:58 +0530
committerSteve Sakoman <steve@sakoman.com>2024-02-06 05:00:16 -1000
commit970a0a64ce147970c7743411584c9bd1dc1ce414 (patch)
treee05a87b9b3b547d586fb175ae10376b1fb781b4c /meta
parent067740c834a98cd8f5cfff7f73418d18b8e1249a (diff)
downloadopenembedded-core-970a0a64ce147970c7743411584c9bd1dc1ce414.tar.gz
perl: Whitelist CVE-2023-47039
This CVE is related to Windows. Link: https://nvd.nist.gov/vuln/detail/CVE-2023-47039 Signed-off-by: virendra thakur <virendrak@kpit.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/perl/perl_5.30.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.30.1.bb b/meta/recipes-devtools/perl/perl_5.30.1.bb
index 4b5a4a5619..bf81a023b8 100644
--- a/meta/recipes-devtools/perl/perl_5.30.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.30.1.bb
@@ -46,6 +46,10 @@ SRC_URI[perl-cross.sha256sum] = "edce0b0c2f725e2db3f203d6d8e9f3f7161256f5d159055
S = "${WORKDIR}/perl-${PV}"
+# This is windows only issue.
+# https://ubuntu.com/security/CVE-2023-47039
+CVE_CHECK_WHITELIST += "CVE-2023-47039"
+
inherit upstream-version-is-even update-alternatives
DEPENDS += "zlib virtual/crypt"