mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
perl: ignore CVE-2023-47100
CVE-2023-47100 is a duplicate of CVE-2023-47038. They have the same advertised fix commit, which has already been merged into the perl_5.34.3 sources used in kirkstone. (From OE-Core rev: 8df158f39f1eed1e3ae88ddf935c67e067b72525) Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
9627817bff
commit
f2bfbbdcea
@@ -48,6 +48,9 @@ PACKAGECONFIG[gdbm] = ",-Ui_gdbm,gdbm"
|
|||||||
# Don't generate comments in enc2xs output files. They are not reproducible
|
# Don't generate comments in enc2xs output files. They are not reproducible
|
||||||
export ENC2XS_NO_COMMENTS = "1"
|
export ENC2XS_NO_COMMENTS = "1"
|
||||||
|
|
||||||
|
# Duplicate of CVE-2023-47038, which has already been patched as of perl_5.34.3
|
||||||
|
CVE_CHECK_IGNORE:append = " CVE-2023-47100"
|
||||||
|
|
||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
cp -rfp ${STAGING_DATADIR_NATIVE}/perl-cross/* ${S}
|
cp -rfp ${STAGING_DATADIR_NATIVE}/perl-cross/* ${S}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user