mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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> (cherry picked from commit 261465eb6e2bd8f83e6841f8e42e1fb1be6d1499) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
a47ef04661
commit
cd54a3b37d
@ -13,6 +13,12 @@ SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=mast
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CVE_CHECK_IGNORE += "\
|
||||
CVE-2017-5834 \
|
||||
CVE-2017-5835 \
|
||||
CVE-2017-5836 \
|
||||
"
|
||||
|
||||
do_install:append () {
|
||||
if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then
|
||||
chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user