mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 04:11:16 +00:00
libplist: ignore patched CVEs
CVE-2017-5834, CVE-2017-5835 and CVE-2017-5836 are patched in our version of libplist but they don't have a vulnerable version range in the NVD database, that's why they need to be ignored. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
76c5388966
commit
261465eb6e
@@ -13,6 +13,12 @@ SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=mast
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
CVE_CHECK_IGNORE += "\
|
||||||
|
CVE-2017-5834 \
|
||||||
|
CVE-2017-5835 \
|
||||||
|
CVE-2017-5836 \
|
||||||
|
"
|
||||||
|
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then
|
if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then
|
||||||
chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so
|
chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so
|
||||||
|
|||||||
Reference in New Issue
Block a user