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-16 03:35:51 -1000
commit1c77446c9611e000f71c9aab1a5c041fa6b81502 (patch)
tree748a5e54c0e0e3b9a37ca5cc74956703d0518f76 /meta
parent2c6b82aaf045a331f843441e24e5834bfbf18c67 (diff)
downloadpoky-1c77446c9611e000f71c9aab1a5c041fa6b81502.tar.gz
perl: Whitelist CVE-2023-47039
This CVE is related to Windows. Link: https://nvd.nist.gov/vuln/detail/CVE-2023-47039 (From OE-Core rev: 970a0a64ce147970c7743411584c9bd1dc1ce414) 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
46 46
47S = "${WORKDIR}/perl-${PV}" 47S = "${WORKDIR}/perl-${PV}"
48 48
49# This is windows only issue.
50# https://ubuntu.com/security/CVE-2023-47039
51CVE_CHECK_WHITELIST += "CVE-2023-47039"
52
49inherit upstream-version-is-even update-alternatives 53inherit upstream-version-is-even update-alternatives
50 54
51DEPENDS += "zlib virtual/crypt" 55DEPENDS += "zlib virtual/crypt"